diff options
author | franck cuny <franck@lumberjaph.net> | 2010-06-10 14:32:25 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-06-10 14:33:44 +0200 |
commit | 74af4adf95b8eee33eca180885fcc2945195c4ff (patch) | |
tree | 6d0db9dba54c8b50ff33aafe0f31aa28c380fd8b | |
parent | add nogetpopt; fix package; remove universal (diff) | |
download | catalystx-dispatcher-asgraph-74af4adf95b8eee33eca180885fcc2945195c4ff.tar.gz |
switch to dist zilla master
-rw-r--r-- | Makefile.PL | 16 | ||||
-rw-r--r-- | README | 27 | ||||
-rw-r--r-- | dist.ini | 23 |
3 files changed, 23 insertions, 43 deletions
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 <franck@lumberjaph.net> +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] |