[Bps-public-commit] smokingit branch, master, updated. 411ff430b1a4427879fbfa648a4cc713c7fe52ed
Alex Vandiver
alexmv at bestpractical.com
Fri Dec 2 15:12:31 EST 2011
The branch, master has been updated
via 411ff430b1a4427879fbfa648a4cc713c7fe52ed (commit)
from 819f2512dafcd356a96037e38a15c857343fc0d2 (commit)
Summary of changes:
lib/Smokingit/Model/SmokeResult.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 411ff430b1a4427879fbfa648a4cc713c7fe52ed
Author: Alex Vandiver <alex at chmrr.net>
Date: Fri Dec 2 15:12:18 2011 -0500
Use network-agnostic formats when freezing
diff --git a/lib/Smokingit/Model/SmokeResult.pm b/lib/Smokingit/Model/SmokeResult.pm
index 09b3d8c..d4a82a9 100644
--- a/lib/Smokingit/Model/SmokeResult.pm
+++ b/lib/Smokingit/Model/SmokeResult.pm
@@ -4,7 +4,7 @@ use warnings;
package Smokingit::Model::SmokeResult;
use Jifty::DBI::Schema;
-use Storable qw/freeze/;
+use Storable qw/nfreeze/;
use Smokingit::Record schema {
column project_id =>
@@ -97,7 +97,7 @@ sub run_smoke {
my $job_id = Smokingit->gearman->dispatch_background(
"run_tests",
- freeze( {
+ nfreeze( {
smoke_id => $self->id,
project => $self->project->name,
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list