App-RepoSync

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use inc::Module::Install;
name 'App-RepoSync';
all_from 'lib/App/RepoSync.pm';

requires map { $_ => 0 } qw(CLI::Framework File::Basename File::Spec YAML JSON Cwd Try::Tiny);
tests 't/*.t';
install_script 'scripts/repo';
readme_markdown_from_pod 'lib/App/RepoSync.pm';
# author_tests 'xt';
# test_requires 'Test::More';
# auto_set_repository;
auto_include;
WriteAll;



( run in 1.347 second using v1.01-cache-2.11-cpan-39bf76dae61 )