[Bps-public-commit] RT-Extension-rt_cpan_org branch, master, updated. 38f519a12083d15e254e82ac3362425c884fee9b
Thomas Sibley
trs at bestpractical.com
Fri Sep 9 11:22:40 EDT 2011
The branch, master has been updated
via 38f519a12083d15e254e82ac3362425c884fee9b (commit)
from abdc2b218acf9236dead6c65ace496c94d62e04a (commit)
Summary of changes:
bin/rt-cpan-bugs-per-dists | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 38f519a12083d15e254e82ac3362425c884fee9b
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Sep 9 11:22:37 2011 -0400
Output the actual generated date
diff --git a/bin/rt-cpan-bugs-per-dists b/bin/rt-cpan-bugs-per-dists
index 0076c4a..9a64058 100755
--- a/bin/rt-cpan-bugs-per-dists
+++ b/bin/rt-cpan-bugs-per-dists
@@ -34,7 +34,7 @@ my @statuses = qw(new open stalled resolved rejected);
my $date = `date`;
chomp $date;
-print "# Generated on date\n";
+print "# Generated on $date\n";
print "# ", join("\t", "dist", @statuses), "\n";
my %buffer = ('dist' => '');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list