projects
/
perl-cwmp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71ebbb5
)
don't require Term::Shelly since it's not yet on CPAN, and
author
Dobrica Pavlinusic
<dpavlin@rot13.org>
Sun, 28 Oct 2007 20:00:13 +0000
(20:00 +0000)
committer
Dobrica 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
patch
|
blob
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
9d8a82a
..
ee46d32
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-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';