r41310 - in /branches/upstream/libclass-dbi-sweet-perl/current: Build.PL Changes META.yml Makefile.PL lib/Class/DBI/Sweet.pm t/04join.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Aug 4 21:18:57 UTC 2009


Author: jawnsy-guest
Date: Tue Aug  4 21:18:50 2009
New Revision: 41310

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41310
Log:
[svn-upgrade] Integrating new upstream version, libclass-dbi-sweet-perl (0.10)

Modified:
    branches/upstream/libclass-dbi-sweet-perl/current/Build.PL
    branches/upstream/libclass-dbi-sweet-perl/current/Changes
    branches/upstream/libclass-dbi-sweet-perl/current/META.yml
    branches/upstream/libclass-dbi-sweet-perl/current/Makefile.PL
    branches/upstream/libclass-dbi-sweet-perl/current/lib/Class/DBI/Sweet.pm
    branches/upstream/libclass-dbi-sweet-perl/current/t/04join.t

Modified: branches/upstream/libclass-dbi-sweet-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-dbi-sweet-perl/current/Build.PL?rev=41310&op=diff
==============================================================================
--- branches/upstream/libclass-dbi-sweet-perl/current/Build.PL (original)
+++ branches/upstream/libclass-dbi-sweet-perl/current/Build.PL Tue Aug  4 21:18:50 2009
@@ -10,7 +10,7 @@
         'Data::Page'    => 0,
         'DBI'           => 0,
         'List::Util'    => 0,
-        'SQL::Abstract' => 1.17,
+        'SQL::Abstract' => 1.55,
         'DBD::SQLite'   => 1.08
     },
     dist_abstract      => 'lib/Class/DBI/Sweet.pm',

Modified: branches/upstream/libclass-dbi-sweet-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-dbi-sweet-perl/current/Changes?rev=41310&op=diff
==============================================================================
--- branches/upstream/libclass-dbi-sweet-perl/current/Changes (original)
+++ branches/upstream/libclass-dbi-sweet-perl/current/Changes Tue Aug  4 21:18:50 2009
@@ -1,4 +1,7 @@
 Revision history for Perl extension Class::DBI::Sweet
+
+0.10 Mon Aug 03 20:20:18 PST 2009
+    - SQL::Abstract 1.55 compatibility, Damyan Ivanov
 
 0.09 Sun Dec 23 23:51:36 PST 2007
     - fix spelling error which resulted in broken POD link, Jonas B. Nielsen

Modified: branches/upstream/libclass-dbi-sweet-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-dbi-sweet-perl/current/META.yml?rev=41310&op=diff
==============================================================================
--- branches/upstream/libclass-dbi-sweet-perl/current/META.yml (original)
+++ branches/upstream/libclass-dbi-sweet-perl/current/META.yml Tue Aug  4 21:18:50 2009
@@ -1,6 +1,6 @@
 ---
 name: Class-DBI-Sweet
-version: 0.09
+version: 0.10
 author:
   - 'Christian Hansen <ch at ngmedia.com>'
   - 'Matt S Trout <mstrout at cpan.org>'
@@ -15,18 +15,18 @@
   DBI: 0
   Data::Page: 0
   List::Util: 0
-  SQL::Abstract: 1.17
+  SQL::Abstract: 1.55
 recommends:
   Data::UUID: 0
 provides:
   Class::DBI::Sweet:
     file: lib/Class/DBI/Sweet.pm
-    version: 0.09
+    version: 0.10
   Class::DBI::Sweet::SQL::Abstract:
     file: lib/Class/DBI/Sweet.pm
   Class::DBI::Sweet::Topping:
     file: lib/Class/DBI/Sweet/Topping.pm
-generated_by: Module::Build version 0.2808
+generated_by: Module::Build version 0.33
 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

Modified: branches/upstream/libclass-dbi-sweet-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-dbi-sweet-perl/current/Makefile.PL?rev=41310&op=diff
==============================================================================
--- branches/upstream/libclass-dbi-sweet-perl/current/Makefile.PL (original)
+++ branches/upstream/libclass-dbi-sweet-perl/current/Makefile.PL Tue Aug  4 21:18:50 2009
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.03
+# Note: this file was auto-generated by Module::Build::Compat version 0.33
     
     unless (eval "use Module::Build::Compat 0.02; 1" ) {
       print "This module requires Module::Build to install itself.\n";
@@ -27,5 +27,8 @@
     eval "use Module::Build::Compat 0.02; 1" or die $@;
     
     Module::Build::Compat->run_build_pl(args => \@ARGV);
+    my $build_script = 'Build';  
+    $build_script .= '.com' if $^O eq 'VMS';
+    exit(0) unless(-e $build_script); # cpantesters convention
     require Module::Build;
     Module::Build::Compat->write_makefile(build_class => 'Module::Build');

Modified: branches/upstream/libclass-dbi-sweet-perl/current/lib/Class/DBI/Sweet.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-dbi-sweet-perl/current/lib/Class/DBI/Sweet.pm?rev=41310&op=diff
==============================================================================
--- branches/upstream/libclass-dbi-sweet-perl/current/lib/Class/DBI/Sweet.pm (original)
+++ branches/upstream/libclass-dbi-sweet-perl/current/lib/Class/DBI/Sweet.pm Tue Aug  4 21:18:50 2009
@@ -25,7 +25,7 @@
 
 our $UUID_Is_Available = ( $@ ? 0 : 1 );
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 #----------------------------------------------------------------------
 # RETRIEVING

Modified: branches/upstream/libclass-dbi-sweet-perl/current/t/04join.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libclass-dbi-sweet-perl/current/t/04join.t?rev=41310&op=diff
==============================================================================
--- branches/upstream/libclass-dbi-sweet-perl/current/t/04join.t (original)
+++ branches/upstream/libclass-dbi-sweet-perl/current/t/04join.t Tue Aug  4 21:18:50 2009
@@ -29,7 +29,7 @@
 
 is($sql->{from}, "cd me, artist artist", "FROM statement ok");
 
-is($sql->{where}, "( artist.name = ? ) AND me.artist = artist.artistid",
+is($sql->{where}, "artist.name = ? AND me.artist = artist.artistid",
     "WHERE clause ok");
 
 cmp_ok($cds[2]->year, '==', 2001, "Last CD returned correctly");




More information about the Pkg-perl-cvs-commits mailing list