take out silly comments
Arthur Axel 'fREW' Schmidt [Sat, 27 Mar 2010 09:24:39 +0000 (04:24 -0500)]
lib/DBIx/Class/DeploymentHandler/VersionHandler/ExplicitVersions.pm

index 396e934..eb01339 100644 (file)
@@ -16,10 +16,9 @@ has database_version => (
   required => 1,
 );
 
-has to_version => ( # configuration
+has to_version => (
   is         => 'ro',
-  lazy_build => 1, # builder comes from another role...
-                   # which is... probably not how we want it
+  lazy_build => 1,
 );
 
 sub _build_to_version { $_[0]->schema_version }