Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songmu/p5-app-cpanghq
https://github.com/songmu/p5-app-cpanghq
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/songmu/p5-app-cpanghq
- Owner: Songmu
- License: other
- Created: 2014-06-06T10:43:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-05T11:25:24.000Z (over 10 years ago)
- Last Synced: 2024-10-11T21:09:34.344Z (27 days ago)
- Language: Perl
- Size: 245 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
App::CPANGhq - Clone module source codes with ghq
# SYNOPSIS
use App::CPANGhq;
App::CPANGhq->run(@ARGV);# DESCRIPTION
App::CPANGhq is to clone module sources with [ghq](https://github.com/motemen/ghq).
This is a backend module of [cpan-ghq](https://metacpan.org/pod/cpan-ghq).
**THE SOFTWARE IS STILL ALPHA QUALITY. API MAY CHANGE WITHOUT NOTICE.**
# INSTALL
This module requires [ghq](https://github.com/motemen/ghq) to be installed.
# SEE ALSO
[cpan-ghq](https://metacpan.org/pod/cpan-ghq)
# LICENSE
Copyright (C) Songmu.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.# AUTHOR
Songmu