fix RT#28073
Brandon Black [Tue, 10 Jul 2007 14:42:02 +0000 (14:42 +0000)]
lib/DBIx/Class/Schema/Loader/Base.pm

index a674e33..d359936 100644 (file)
@@ -306,7 +306,7 @@ sub _load_external {
         $self->_ext_stmt($class, $_);
     }
     $self->_ext_stmt($class,
-        q|# End of lines loaded from '$real_inc_path' |
+        qq|# End of lines loaded from '$real_inc_path' |
     );
     close($fh)
         or croak "Failed to close $real_inc_path: $!";