Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: GitHub and CPAN

by Corion (Patriarch)
on Aug 18, 2014 at 20:49 UTC ( [id://1097904]=note: print w/replies, xml ) Need Help??


in reply to GitHub and CPAN

How about

chdir $module_repo_dir; system("git push github") == 0 or warn "Couldn't send to GitHub: $! / $?";

Also see Git::Wrapper.

Replies are listed 'Best First'.
Re^2: GitHub and CPAN
by Anonymous Monk on Aug 18, 2014 at 21:22 UTC
    Okay, thanks. I was wondering if there were a way to do this without having git locally installed but I guess that it wouldn't make sense without git.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (11)
As of 2024-04-19 16:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found