summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-06-20 14:13:20 +0200
committerfranck cuny <franck@lumberjaph.net>2010-06-20 14:13:20 +0200
commit46ea8d608c13f93db47017e54605ed8807448220 (patch)
tree916a5115e68f8b9cb4a121db4354e6bb952aaad5
parentadd abstract (diff)
downloaddancer-debug-46ea8d608c13f93db47017e54605ed8807448220.tar.gz
switch do dist.ini
-rw-r--r--Makefile.PL16
-rw-r--r--README17
-rw-r--r--dist.ini29
3 files changed, 29 insertions, 33 deletions
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 <franck@lumberjaph.net>
-
-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 <franck@lumberjaph.net>
+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]