Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^4: Pjam - continues integration for PERL, using pinto.

by educated_foo (Vicar)
on Dec 27, 2013 at 11:57 UTC ( [id://1068507]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Pjam - continues integration for PERL, using pinto.
in thread Pjam - continues integration for PERL, using pinto.

Eek. Or this:
cmd = "export version_postfix='#{version_postfix}' && cd #{project_id} +/#{src} && rm -rf *.gz && rm -rf MANIFEST && perl Build.PL --quiet 1> +/dev/null 2>module_build.err.log && ./Build realclean && perl Build. +PL --quiet 1>/dev/null 2>module_build.err.log && ./Build manifest --q +uiet 2>/dev/null 1>/dev/null && ./Build dist --quiet 1>/dev/null"
Hopefully you don't have any important zipped files lying around in that directory. And hopefully nothing anywhere near this script involves shell metacharacters, because this guy has never heard of escaping. An amateur implementation of a pointless idea -- all too common in Ruby.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1068507]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-20 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found