[Catalyst-commits] r9452 - trunk/examples/SmokeServer/lib

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat Mar 7 20:07:48 GMT 2009


Author: t0m
Date: 2009-03-07 20:07:47 +0000 (Sat, 07 Mar 2009)
New Revision: 9452

Modified:
   trunk/examples/SmokeServer/lib/SmokeRepos.pm
Log:
And sorting correctly by module and revision numbers

Modified: trunk/examples/SmokeServer/lib/SmokeRepos.pm
===================================================================
--- trunk/examples/SmokeServer/lib/SmokeRepos.pm	2009-03-07 19:49:57 UTC (rev 9451)
+++ trunk/examples/SmokeServer/lib/SmokeRepos.pm	2009-03-07 20:07:47 UTC (rev 9452)
@@ -194,7 +194,12 @@
   #  server => $self->server
   #);
   my $report = Test::TAP::Model::Smoke->new( $model,
-    $project, $committer, $Config{osname}, $Config{osvers}, $Config{archname}
+    'module.' . $project,
+    'version.' . $revision,
+    'committer.' . $committer,
+    'osname.' . $Config{osname},
+    'osvers.' . $Config{osvers},
+    'archname.' . $Config{archname},
   );
 
   my ($status, $msg);




More information about the Catalyst-commits mailing list