[Bast-commits] r8306 - branches/DBIx-Class-Schema-Loader/current/t

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Thu Jan 14 07:35:31 GMT 2010


Author: caelum
Date: 2010-01-14 07:35:31 +0000 (Thu, 14 Jan 2010)
New Revision: 8306

Modified:
   branches/DBIx-Class-Schema-Loader/current/t/25backcompat_v4.t
Log:
fix a couple of comments

Modified: branches/DBIx-Class-Schema-Loader/current/t/25backcompat_v4.t
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/t/25backcompat_v4.t	2010-01-14 07:00:19 UTC (rev 8305)
+++ branches/DBIx-Class-Schema-Loader/current/t/25backcompat_v4.t	2010-01-14 07:35:31 UTC (rev 8306)
@@ -887,7 +887,6 @@
 
     make_path $external_result_dir;
 
-    # make external content for Result that will be singularized
     IO::File->new(">$external_result_dir/Quux.pm")->print(<<"EOF");
 package ${SCHEMA_CLASS}::Result::Quux;
 sub c_method { 'dongs' }
@@ -898,7 +897,6 @@
 1;
 EOF
 
-    # make external content for Result that will NOT be singularized
     IO::File->new(">$external_result_dir/Bar.pm")->print(<<"EOF");
 package ${SCHEMA_CLASS}::Result::Bar;
 




More information about the Bast-commits mailing list