NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
can be submitted to RT directly too... (Score:1)
A variation on step 6 and 7:
step 6. Generate patch with
git format-patch -1step 7. Send directly to the RT queue for the module, assuming that the first line of the commit description makes a good bug title and the rest a decent description:
git send-email -to bug-Language-l33t@rt.cpan.org 0001-mypatch. (one can also uses--composeto write something different as the description as well)step 8. Marty's your uncle as well. :-)
Reply to This