X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FBase.pm;h=d3599360ff26f999503e754d2443694c8066bffa;hb=70b72fabc744cfcd0939fcba8c57e146df30eecf;hp=a674e33321de8191626289a419814b0d8ce00d77;hpb=12c918bdefc9be6e6515f433d6199608a1ca4a58;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index a674e33..d359936 100644 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@ -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: $!";