Skip Menu |

This queue is for tickets about the DBIx-Class-Schema-Loader CPAN distribution.

Report information
The Basics
Id: 28073
Status: resolved
Priority: 0/
Queue: DBIx-Class-Schema-Loader

People
Owner: blblack [...] gmail.com
Requestors: tokuhirom+cpan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: should be 'qq' not 'q' for $real_inc_path
--- Base.pm.org 2007-07-10 11:50:54.902651631 +0900 +++ Base.pm 2007-07-10 11:51:33.368768831 +0900 @@ -306,7 +306,7 @@ $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: $!";
Thanks, this is fixed in trunk now, will be in the next stable release