r135@llin (orig r134): dpavlin | 2007-10-26 22:49:13 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Oct 2007 22:53:22 +0000 (22:53 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Oct 2007 22:53:22 +0000 (22:53 +0000)
 forgoten Module::Pluggable

git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@150 836a5e1a-633d-0410-964b-294494ad4392

Makefile.PL

index 2766ab1..907131d 100644 (file)
@@ -18,6 +18,7 @@ requires      'File::Slurp';
 requires       'DBM::Deep';
 requires       'Getopt::Long';
 requires       'Term::Shelly'  =>      '0.03';
+requires       'Module::Pluggable';
 
 build_requires 'Test::More';