[Bps-public-commit] RT-Extension-rt_cpan_org branch, master, updated. 565e5f57fc3a46198de24e1059055eb1dedb64ac
Thomas Sibley
trs at bestpractical.com
Mon Apr 25 11:44:28 EDT 2011
The branch, master has been updated
via 565e5f57fc3a46198de24e1059055eb1dedb64ac (commit)
from f39c7083e67aa8ee77408367fa2b221a0470cfd5 (commit)
Summary of changes:
html/Callbacks/rt_cpan_org/Ticket/Create.html/Init | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 html/Callbacks/rt_cpan_org/Ticket/Create.html/Init
- Log -----------------------------------------------------------------
commit 565e5f57fc3a46198de24e1059055eb1dedb64ac
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Apr 25 11:44:00 2011 -0400
If we don't look up module -> distribution, at least s/::/-/g
diff --git a/html/Callbacks/rt_cpan_org/Ticket/Create.html/Init b/html/Callbacks/rt_cpan_org/Ticket/Create.html/Init
new file mode 100644
index 0000000..8d8b487
--- /dev/null
+++ b/html/Callbacks/rt_cpan_org/Ticket/Create.html/Init
@@ -0,0 +1,10 @@
+<%args>
+$ARGSRef
+</%args>
+<%init>
+if ($ARGSRef->{'Queue'}) {
+ # XXX TODO: we should just be looking up what distribution a
+ # package is in and using the result
+ $ARGSRef->{'Queue'} =~ s/::/-/g;
+}
+</%init>
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list