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 |