+++ /dev/null
-bin/mm2pmg
-bin/pmg
-inc/Module/Install.pm
-inc/Module/Install/Base.pm
-inc/Module/Install/Can.pm
-inc/Module/Install/Fetch.pm
-inc/Module/Install/Makefile.pm
-inc/Module/Install/Metadata.pm
-inc/Module/Install/Win32.pm
-inc/Module/Install/WriteAll.pm
-lib/App/Promulger.pm
-lib/App/Promulger/Command.pm
-lib/App/Promulger/Command/msg.pm
-lib/App/Promulger/Command/newlist.pm
-lib/App/Promulger/Command/rmlist.pm
-lib/Promulger.pm
-lib/Promulger/Config.pm
-lib/Promulger/Dispatch.pm
-lib/Promulger/List.pm
-Makefile.PL
-MANIFEST This list of files
-META.yml
-README
-TODO
--- /dev/null
+^(?!script/|examples/|lib/|inc/|t/.+\.t|t/dist/\w+/(\w+\.PL|lib/\w+\.pm)|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$)
+.svn
requires 'App::Cmd';
requires 'Carp';
requires 'Config::General';
+requires 'IPC::System::Simple';
requires 'Email::Simple';
requires 'Email::Address';
requires 'Email::Sender';
# requires 'Mail::Verp'; # not yet
requires 'Moose';
requires 'MooseX::Storage';
+requires 'JSON::Any';
requires 'Path::Class';
requires 'Tie::File';
requires 'autodie';
requires 'parent';
+install_script (qw|
+ script/pmg
+ script/mm2pmg
+|);
+
resources 'IRC' => 'irc://irc.perl.org/#promulger';
resources 'license' => 'http://dev.perl.org/licenses/';
resources 'repository' => 'git://git.shadowcat.co.uk/p5sagit/Promulger.git';
# XXX allow the user to specify their own Email::Sender::Transport -- apeiron,
# 2010-03-13
use Email::Sender::Simple qw(sendmail);
-use Mail::Verp;
+# XXX not yet -- apeiron, 2010-06-25
+#use Mail::Verp;
use Promulger::Config;