in reply to Re^3: Using Cartons to automate module installs
in thread Using Cartons to automate module installs
scandeps.pl -R *.pl | perl -ne 'printf qq{requires "%s", "%s";\n}, e +val'
String eval? Eeeeeew :)
scandeps -B -c -C scandep-cache.dat -R *.pl |perl -pe "s{,}{;}; s{=>}{ +,}; s{^}{require }; "
|
|---|