From 46ea8d608c13f93db47017e54605ed8807448220 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 20 Jun 2010 14:13:20 +0200 Subject: switch do dist.ini --- Makefile.PL | 16 ---------------- README | 17 ----------------- dist.ini | 29 +++++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 33 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 3e5fa8c..0000000 --- a/Makefile.PL +++ /dev/null @@ -1,16 +0,0 @@ -use inc::Module::Install; -name 'Dancer-Debug'; -all_from 'lib/Dancer/Debug.pm'; -readme_from 'lib/Dancer/Debug.pm'; - -# requires ''; - -tests 't/*.t'; - -build_requires 'Test::More'; -use_test_base; -auto_include; -#auto_include_deps; -author_tests 'xt'; -auto_set_repository; -WriteAll; diff --git a/README b/README deleted file mode 100644 index 8644c56..0000000 --- a/README +++ /dev/null @@ -1,17 +0,0 @@ -NAME - Dancer::Debug - - -SYNOPSIS - use Dancer::Debug; - -DESCRIPTION - Dancer::Debug is - -AUTHOR - franck cuny - -SEE ALSO -LICENSE - This library is free software; you can redistribute it and/or modify it - under the same terms as Perl itself. - diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..e4a87d0 --- /dev/null +++ b/dist.ini @@ -0,0 +1,29 @@ +name = Dancer-Debug +author = franck cuny +license = Perl_5 +copyright_holder = franck cuny +copyright_year = 2010 +version = 0.01 + +[@Git] +[@Filter] +bundle = @Basic + +[MetaConfig] +[MetaJSON] +[PkgVersion] +[PodSyntaxTests] +[PodCoverageTests] +[NoTabsTests] +[EOLTests] + +[MetaResources] +repository = git://github.com/franckcuny/dancer-debug.git +bugtracker = http://rt.cpan.org/Public/Dist/Display.html?Name=Dancer::Debug +homepage = http://search.cpan.org/perldoc?Dancer::Debug + +[PodWeaver] +[AutoPrereq] +[ReadmeFromPod] +[CheckChangeLog] +[UploadToCPAN] -- cgit 1.4.1