[Bast-commits] r6798 - DBIx-Class-Schema-PopulateMore/truck/lib/DBIx/Class/Schema

jnapiorkowski at dev.catalyst.perl.org jnapiorkowski at dev.catalyst.perl.org
Fri Jun 26 15:39:55 GMT 2009


Author: jnapiorkowski
Date: 2009-06-26 15:39:54 +0000 (Fri, 26 Jun 2009)
New Revision: 6798

Modified:
   DBIx-Class-Schema-PopulateMore/truck/lib/DBIx/Class/Schema/PopulateMore.pm
Log:
fixed another silly typo.  end of yak shaving now

Modified: DBIx-Class-Schema-PopulateMore/truck/lib/DBIx/Class/Schema/PopulateMore.pm
===================================================================
--- DBIx-Class-Schema-PopulateMore/truck/lib/DBIx/Class/Schema/PopulateMore.pm	2009-06-26 15:38:50 UTC (rev 6797)
+++ DBIx-Class-Schema-PopulateMore/truck/lib/DBIx/Class/Schema/PopulateMore.pm	2009-06-26 15:39:54 UTC (rev 6798)
@@ -147,7 +147,7 @@
     $self->throw_exception("Argument is required.")
 	  unless $arg;
 
-	$arg = ref $arg eq 'ARRAY' ? $arg : [$arg, @rest]
+	$arg = ref $arg eq 'ARRAY' ? $arg : [$arg, @rest];
 	
 	my $command;
 	eval {




More information about the Bast-commits mailing list