From 79e9ff5d7dffc2c57a3447cf578894bee64ace4d Mon Sep 17 00:00:00 2001 From: doy Date: Fri, 5 Dec 2008 23:18:44 -0500 Subject: add initial dist.ini --- dist.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dist.ini (limited to 'dist.ini') diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..cdc7392 --- /dev/null +++ b/dist.ini @@ -0,0 +1,16 @@ +name = MooseX-Role-Searchable +version = 0.01 +author = Jesse Luehrs +license = Perl_5 +copyright_holder = Jesse Luehrs + +[@Classic] + +[Prereq] +MooseX::Role::Parameterized = 0 +List::Util = 0 +List::MoreUtils = 0 +Carp = 0 +Test::More = 0 + +[PodWeaver] -- cgit v1.2.3-54-g00ecf