From: Brandon Black Date: Tue, 10 Jul 2007 14:42:02 +0000 (+0000) Subject: fix RT#28073 X-Git-Tag: 0.04002~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70b72fabc744cfcd0939fcba8c57e146df30eecf;hp=12c918bdefc9be6e6515f433d6199608a1ca4a58;p=dbsrgits%2FDBIx-Class-Schema-Loader.git fix RT#28073 --- 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: $!";