Skip Menu |

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

Report information
The Basics
Id: 114768
Status: resolved
Priority: 0/
Queue: DBIx-RunSQL

People
Owner: Nobody in particular
Requestors: robin [...] kallisti.net.nz
Cc:
AdminCc:

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



Subject: Minor spelling error in docs
Debian's lintian flagged this: -This allows to create SQL-as-programs as follows: +This allows one to create SQL-as-programs as follows:
Subject: spelling-errors.patch
Index: libdbix-runsql-perl/lib/DBIx/RunSQL.pm =================================================================== --- libdbix-runsql-perl.orig/lib/DBIx/RunSQL.pm +++ libdbix-runsql-perl/lib/DBIx/RunSQL.pm @@ -51,7 +51,7 @@ the SQL will be read from that. B<not im If C<sql> is undefined, the C<$::DATA> or the C<0> filehandle will be read until exhaustion. B<not implemented> -This allows to create SQL-as-programs as follows: +This allows one to create SQL-as-programs as follows: #!/usr/bin/perl -w -MDBIx::RunSQL -e 'create()' create table ...
Fixed in 0.15, thanks for contributing!