[libtap-parser-sourcehandler-pgtap-perl] 03/09: Imported Upstream version 3.27

myon at debian.org myon at debian.org
Tue Dec 22 22:18:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

myon pushed a commit to branch master
in repository libtap-parser-sourcehandler-pgtap-perl.

commit 2ef56cd03d8cfdfdb681867619bfa53628cd662c
Author: Christoph Berg <myon at debian.org>
Date:   Tue Dec 22 22:56:41 2015 +0100

    Imported Upstream version 3.27
---
 Changes                               |  9 ++++++
 MANIFEST                              |  3 +-
 META.json                             | 59 +++++++++++++++++++++++++++++++++++
 META.yml                              |  7 +++--
 README                                |  4 +--
 bin/pg_prove                          |  9 +++---
 bin/pg_tapgen                         |  6 ++--
 lib/TAP/Parser/SourceHandler/pgTAP.pm |  4 +--
 8 files changed, 85 insertions(+), 16 deletions(-)

diff --git a/Changes b/Changes
index 64884a5..3c73c7c 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
 Revision history for Perl extension TAP::Parser::SourceHandler::pgTAP.
 
+3.27  2011-08-03T18:41:29
+     - Eliminated "Use of qw(...) as parentheses is deprecated" on Perl 5.14.
+     - Updated copyright dates.
+     - Updated email address in `pg_tapgen`.
+
+3.26 2011-03-30T18:22:25
+     - Fixed exit code in `pg_prove`. It no longer returns 0 on fail and 1 on
+       pass. Thanks to Rod Taylor for the report!
+
 3.25 2011-02-08T17:42:21
      - Fixed shebang line in `pg_prove` so that it will be properly rewritten
        upon installation.
diff --git a/MANIFEST b/MANIFEST
index 880685d..e446dac 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4,10 +4,11 @@ Build.PL
 Changes
 lib/TAP/Parser/SourceHandler/pgTAP.pm
 MANIFEST			This list of files
+META.json
+META.yml
 README
 t/bin/psql
 t/pod-coverage.t
 t/pod.t
 t/source.pg
 t/source_handler.t
-META.yml
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..790a206
--- /dev/null
+++ b/META.json
@@ -0,0 +1,59 @@
+{
+   "abstract" : "Stream TAP from pgTAP test scripts",
+   "author" : [
+      "David E. Wheeler <dwheeler at cpan.org>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.110930001",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "TAP-Parser-SourceHandler-pgTAP",
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "Module::Build" : "0.30",
+            "Test::More" : "0.88"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "Module::Build" : "0.30"
+         }
+      },
+      "runtime" : {
+         "recommends" : {
+            "Test::Pod" : "1.41",
+            "Test::Pod::Coverage" : "1.06"
+         },
+         "requires" : {
+            "TAP::Parser::SourceHandler" : 0,
+            "perl" : "5.006"
+         }
+      }
+   },
+   "provides" : {
+      "TAP::Parser::SourceHandler::pgTAP" : {
+         "file" : "lib/TAP/Parser/SourceHandler/pgTAP.pm",
+         "version" : "3.27"
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "http://github.com/theory/tap-parser-sourcehandler-pgtap/issues/"
+      },
+      "homepage" : "http://search.cpan.org/dist/Tap-Parser-Sourcehandler-pgTAP/",
+      "license" : [
+         "http://dev.perl.org/licenses/"
+      ],
+      "repository" : {
+         "url" : "http://github.com/theory/tap-parser-sourcehandler-pgtap/tree/"
+      }
+   },
+   "version" : "3.27"
+}
diff --git a/META.yml b/META.yml
index 1296a61..b507048 100644
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,8 @@ build_requires:
   Test::More: 0.88
 configure_requires:
   Module::Build: 0.30
-generated_by: 'Module::Build version 0.3624'
+dynamic_config: 1
+generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.110930001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -16,7 +17,7 @@ name: TAP-Parser-SourceHandler-pgTAP
 provides:
   TAP::Parser::SourceHandler::pgTAP:
     file: lib/TAP/Parser/SourceHandler/pgTAP.pm
-    version: 3.25
+    version: 3.27
 recommends:
   Test::Pod: 1.41
   Test::Pod::Coverage: 1.06
@@ -28,4 +29,4 @@ resources:
   homepage: http://search.cpan.org/dist/Tap-Parser-Sourcehandler-pgTAP/
   license: http://dev.perl.org/licenses/
   repository: http://github.com/theory/tap-parser-sourcehandler-pgtap/tree/
-version: 3.25
+version: 3.27
diff --git a/README b/README
index 9efeaaf..cbbd8b2 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-TAP/Parser/SourceHandler/pgTAP version 3.25
+TAP/Parser/SourceHandler/pgTAP version 3.27
 ===========================================
 
 This module adds support for executing [pgTAP](http://pgtap.org/) PostgreSQL
@@ -54,7 +54,7 @@ TAP::Parser::SourceHandler::pgTAP requires TAP::Parser::SourceHandler.
 Copyright and Licence
 ---------------------
 
-Copyright (c) 2010 David E. Wheeler. Some Rights Reserved.
+Copyright (c) 2010-2011 David E. Wheeler. Some Rights Reserved.
 
 This module is free software; you can redistribute it and/or modify it under
 the same terms as Perl itself.
diff --git a/bin/pg_prove b/bin/pg_prove
index 59b4896..18e176d 100755
--- a/bin/pg_prove
+++ b/bin/pg_prove
@@ -4,7 +4,7 @@ use strict;
 use App::Prove;
 use Getopt::Long;
 
-our $VERSION = '3.25';
+our $VERSION = '3.27';
 $|++;
 
 Getopt::Long::Configure(qw(no_ignore_case bundling pass_through));
@@ -55,7 +55,7 @@ if ($opts->{runtests} || $opts->{schema} || $opts->{match}) {
     # We're just going to call `runtests()`.
     $prove_class .= '::pgTAP';
     my @args;
-    for my $key qw(schema match) {
+    for my $key (qw(schema match)) {
         next unless $opts->{$key};
         (my $arg = $opts->{$key}) =~ s/'/\\'/g;
         # Gotta cast the arguments.
@@ -84,8 +84,7 @@ $app->process_args(
     } keys %{ $opts->{set} })
 );
 
-exit $app->run ? 0 : 1;
-
+exit($app->run ? 0 : 1);
 
 PGPROVE: {
     package # Hide from indexer.
@@ -755,6 +754,6 @@ David E. Wheeler <dwheeler at cpan.org>
 
 =head1 Copyright
 
-Copyright (c) 2008-2010 David E. Wheeler. Some Rights Reserved.
+Copyright (c) 2008-2011 David E. Wheeler. Some Rights Reserved.
 
 =cut
diff --git a/bin/pg_tapgen b/bin/pg_tapgen
index b72a008..5823890 100755
--- a/bin/pg_tapgen
+++ b/bin/pg_tapgen
@@ -5,7 +5,7 @@ use warnings;
 use DBI;
 use DBD::Pg;
 use Getopt::Long;
-our $VERSION = '3.25';
+our $VERSION = '3.27';
 
 Getopt::Long::Configure (qw(bundling));
 
@@ -283,10 +283,10 @@ Outputs the program name and version and exits.
 
 =head1 Author
 
-David E. Wheeler <david at kineticode.com>
+David E. Wheeler <dwheeler at cpan.org>
 
 =head1 Copyright
 
-Copyright (c) 2009-2010 Kineticode, Inc. Some Rights Reserved.
+Copyright (c) 2009-2011 David E. Wheeler. Some Rights Reserved.
 
 =cut
diff --git a/lib/TAP/Parser/SourceHandler/pgTAP.pm b/lib/TAP/Parser/SourceHandler/pgTAP.pm
index 050adf2..c59b864 100644
--- a/lib/TAP/Parser/SourceHandler/pgTAP.pm
+++ b/lib/TAP/Parser/SourceHandler/pgTAP.pm
@@ -9,7 +9,7 @@ use TAP::Parser::Iterator::Process ();
 @ISA = qw(TAP::Parser::SourceHandler);
 TAP::Parser::IteratorFactory->register_handler(__PACKAGE__);
 
-our $VERSION = '3.25';
+our $VERSION = '3.27';
 
 =head1 Name
 
@@ -394,7 +394,7 @@ David E. Wheeler <dwheeler at cpan.org>
 
 =head1 Copyright and License
 
-Copyright (c) 2010 David E. Wheeler. Some Rights Reserved.
+Copyright (c) 2010-2011 David E. Wheeler. Some Rights Reserved.
 
 This module is free software; you can redistribute it and/or modify it under
 the same terms as Perl itself.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtap-parser-sourcehandler-pgtap-perl.git



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