Skip Menu |

This queue is for tickets about the SQL-Interpolate CPAN distribution.

Report information
The Basics
Id: 55141
Status: new
Priority: 0/
Queue: SQL-Interpolate

People
Owner: Nobody in particular
Requestors: BARBIE [...] cpan.org
Cc:
AdminCc:

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



Subject: Fixes for CPAN Testers FAIL reports (& updated dependencies)
Attached is a patch primarily to fix the bug (version numbers weren't updated) that have generated all the CPAN Testers FAIL reports [1]. In addition I've updated Makefile.PL to match correctly represent the dependencies specified in modules. [1] http://www.cpantesters.org/distro/S/SQL-Interpolate.html
Subject: sql-interpolate.patch
--- SQL-Interpolate/SQL-Interpolate-0.41/lib/SQL/Interpolate/Macro.pm Mon Jun 29 00:40:22 2009 +++ SQL-Interpolate/SQL-Interpolate-0.41_01/lib/SQL/Interpolate/Macro.pm Tue Mar 2 14:08:57 2010 @@ -8,7 +8,7 @@ SQL::Interpolate::_enable_macros(); } -our $VERSION = '0.40'; +our $VERSION = '0.41'; our @EXPORT; our %EXPORT_TAGS = (all => [qw( sql_and --- SQL-Interpolate/SQL-Interpolate-0.41/lib/SQL/Interpolate/Filter.pm Mon Jun 29 00:40:22 2009 +++ SQL-Interpolate/SQL-Interpolate-0.41_01/lib/SQL/Interpolate/Filter.pm Tue Mar 2 14:08:57 2010 @@ -9,7 +9,7 @@ extract_variable extract_codeblock/; -our $VERSION = '0.40'; +our $VERSION = '0.41'; # Source filter. # Note: this could be improved as done in the POD of the development 2.0 version of --- SQL-Interpolate/SQL-Interpolate-0.41/Makefile.PL Mon Jun 29 00:40:22 2009 +++ SQL-Interpolate/SQL-Interpolate-0.41_01/Makefile.PL Tue Mar 2 14:11:59 2010 @@ -3,5 +3,12 @@ WriteMakefile( NAME => 'SQL::Interpolate', VERSION_FROM => 'lib/SQL/Interpolate.pm', + PREREQ_PM => { + 'Carp' => 0, + 'Filter::Simple' => 0, + 'Text::Balanced' => 0, + 'Scalar::Util' => 0, + 'DBI' => 0, # DBIx::Interpolate + }, PL_FILES => {} # ignore Build.PL ); --- SQL-Interpolate/SQL-Interpolate-0.41/META.yml Mon Jun 29 00:40:22 2009 +++ SQL-Interpolate/SQL-Interpolate-0.41_01/META.yml Tue Mar 2 14:12:11 2010 @@ -1,21 +1,16 @@ --- -name: SQL-Interpolate -version: 0.41 +abstract: 'Interpolate Perl variables into SQL statements' author: - - "David Manura (http://math2.org/david/contact)" + - 'David Manura (http://math2.org/david/contact)' - 'Mark Stosberg <mark@summersault.com>' -abstract: Interpolate Perl variables into SQL statements +configure_requires: + Module::Build: 0.36 +generated_by: 'Module::Build version 0.3603' license: perl -requires: - DBI: 1 -recommends: - Filter::Simple: 0 - Scalar::Util: 0 - Text::Balanced: 1.87 -generated_by: Module::Build version 0.32 meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.2.html - version: 1.2 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: SQL-Interpolate provides: DBIx::Interpolate: file: lib/DBIx/Interpolate.pm @@ -31,14 +26,14 @@ file: lib/SQL/Interpolate/Macro.pm SQL::Interpolate::Filter: file: lib/SQL/Interpolate/Filter.pm - version: 0.40 + version: 0.41 SQL::Interpolate::If: file: lib/SQL/Interpolate/Macro.pm SQL::Interpolate::Link: file: lib/SQL/Interpolate/Macro.pm SQL::Interpolate::Macro: file: lib/SQL/Interpolate/Macro.pm - version: 0.40 + version: 0.41 SQL::Interpolate::Or: file: lib/SQL/Interpolate/Macro.pm SQL::Interpolate::Paren: @@ -53,5 +48,12 @@ file: lib/SQL/Interpolate/Macro.pm SQL::Interpolate::Variable: file: lib/SQL/Interpolate.pm +recommends: + Filter::Simple: 0 + Scalar::Util: 0 + Text::Balanced: 1.87 +requires: + DBI: 1 resources: - license: ~ + license: http://dev.perl.org/licenses/ +version: 0.41