don't require Term::Shelly since it's not yet on CPAN, and
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 28 Oct 2007 20:00:13 +0000 (20:00 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 28 Oct 2007 20:00:13 +0000 (20:00 +0000)
I'm not really sure that it's the right way to go...

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

Makefile.PL

index 9d8a82a..ee46d32 100644 (file)
@@ -17,7 +17,7 @@ requires      'Cwd';
 requires       'File::Slurp';
 requires       'DBM::Deep';
 requires       'Getopt::Long';
-requires       'Term::Shelly'  =>      '0.03';
+#requires      'Term::Shelly'  =>      '0.03';
 requires       'Module::Pluggable';
 requires       'YAML';
 requires       'Hash::Merge';