From 74af4adf95b8eee33eca180885fcc2945195c4ff Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 10 Jun 2010 14:32:25 +0200 Subject: switch to dist zilla --- Makefile.PL | 16 ---------------- README | 27 --------------------------- dist.ini | 23 +++++++++++++++++++++++ 3 files changed, 23 insertions(+), 43 deletions(-) delete mode 100644 Makefile.PL delete mode 100644 README create mode 100644 dist.ini diff --git a/Makefile.PL b/Makefile.PL deleted file mode 100644 index d89acc6..0000000 --- a/Makefile.PL +++ /dev/null @@ -1,16 +0,0 @@ -use inc::Module::Install; -name 'CatalystX-Dispatcher-AsGraph'; -all_from 'lib/CatalystX/Dispatcher/AsGraph.pm'; - -requires 'MooseX::Declare'; -requires 'Graph::Easy'; -requires 'UNIVERSAL::require'; -requires 'MooseX::Getopt'; - -tests 't/*.t'; -author_tests 'xt'; - -build_requires 'Test::More'; -use_test_base; -auto_include; -WriteAll; diff --git a/README b/README deleted file mode 100644 index 327ad75..0000000 --- a/README +++ /dev/null @@ -1,27 +0,0 @@ -This is Perl module CatalystX::Dispatcher::AsGraph. - -INSTALLATION - -CatalystX::Dispatcher::AsGraph installation is straightforward. If your CPAN shell is set up, -you should just be able to do - - % cpan CatalystX::Dispatcher::AsGraph - -Download it, unpack it, then build it as per the usual: - - % perl Makefile.PL - % make && make test - -Then install it: - - % make install - -DOCUMENTATION - -CatalystX::Dispatcher::AsGraph documentation is available as in POD. So you can do: - - % perldoc CatalystX::Dispatcher::AsGraph - -to read the documentation online with your favorite pager. - -Default Name diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..b5b3638 --- /dev/null +++ b/dist.ini @@ -0,0 +1,23 @@ +name = CatalystX-Dispatcher-AsGraph +author = franck cuny +license = Perl_5 +copyright_holder = franck cuny +copyright_year = 2010 +version = 0.03 + +[@Filter] +bundle = @Basic + +[MetaConfig] +[MetaJSON] +[PkgVersion] +[PodSyntaxTests] +[PodCoverageTests] +[NoTabsTests] +[EOLTests] +[MetaResources] +[PodWeaver] +[AutoPrereq] +[ReadmeFromPod] +[CheckChangeLog] +[UploadToCPAN] -- cgit 1.4.1