Skip Menu |

This queue is for tickets about the DBIx-DBSchema CPAN distribution.

Report information
The Basics
Id: 15117
Status: resolved
Priority: 0/
Queue: DBIx-DBSchema

People
Owner: ivan-pause [...] 420.am
Requestors: andrew.benham [...] thus.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.27
Fixed in: 0.28



Subject: Typo
Small typo in DBSchema/DBD.pm Broke our "find all the 'use' statements and ensure the module is loaded" script. RCS file: /cvsroot/upstream/DBIx-DBSchema/DBSchema/DBD.pm,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 DBD.pm --- DBIx-DBSchema/DBSchema/DBD.pm 7 Apr 2005 08:14:52 -0000 1.1.1.1 +++ DBIx-DBSchema/DBSchema/DBD.pm 18 Oct 2005 12:53:30 -0000 @@ -14,7 +14,7 @@ perldoc DBIx::DBSchema::DBD package DBIx::DBSchema::DBD::FooBase - use DBIx::DBSchmea::DBD; + use DBIx::DBSchema::DBD; @ISA = qw(DBIx::DBSchema::DBD); =head1 DESCRIPTION
[guest - Tue Oct 18 08:56:46 2005]: Show quoted text
> Small typo in DBSchema/DBD.pm
thanks, fixed in CVS, will be in 0.28