New Upstream Snapshot - libparams-callbackrequest-perl

Ready changes

Summary

Merged new upstream version: 1.20+git20110815.1.23d8ba8 (was: 1.20).

Resulting package

Built on 2022-12-20T07:53 (took 2m19s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots libparams-callbackrequest-perl

Lintian Result

Diff

diff --git a/Changes b/Changes
index 755ccbf..9c6d0de 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Params::CallbackRequest.
 
+1.21
+      - Fixed broken rt.cpan.org email address.
+
 1.20  2011-06-23T05:47:01
       - Moved repostitory to
         [GitHub](https://github.com/theory/params-callbackrequest/).
diff --git a/META.json b/META.json
index 06afafa..7722f32 100644
--- a/META.json
+++ b/META.json
@@ -4,13 +4,13 @@
       "David E. Wheeler <david@justatheory.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.110440",
+   "generated_by" : "Module::Build version 0.4232",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Params-CallbackRequest",
    "prereqs" : {
@@ -31,7 +31,7 @@
          },
          "requires" : {
             "Attribute::Handlers" : "0.77",
-            "Class::ISA" : 0,
+            "Class::ISA" : "0",
             "Exception::Class" : "1.10",
             "Params::Validate" : "0.59",
             "Test::Simple" : "0.17",
@@ -42,15 +42,15 @@
    "provides" : {
       "Params::Callback" : {
          "file" : "lib/Params/Callback.pm",
-         "version" : "1.20"
+         "version" : "1.21"
       },
       "Params::CallbackRequest" : {
          "file" : "lib/Params/CallbackRequest.pm",
-         "version" : "1.20"
+         "version" : "1.21"
       },
       "Params::CallbackRequest::Exceptions" : {
          "file" : "lib/Params/CallbackRequest/Exceptions.pm",
-         "version" : "1.20"
+         "version" : "1.21"
       }
    },
    "release_status" : "stable",
@@ -66,5 +66,6 @@
          "url" : "http://github.com/theory/params-callbackrequest/"
       }
    },
-   "version" : "1.20"
+   "version" : "1.21",
+   "x_serialization_backend" : "JSON::PP version 4.07"
 }
diff --git a/META.yml b/META.yml
index 4cc63b7..0bb5943 100644
--- a/META.yml
+++ b/META.yml
@@ -3,39 +3,40 @@ abstract: 'Functional and object-oriented callback architecture'
 author:
   - 'David E. Wheeler <david@justatheory.com>'
 build_requires:
-  Module::Build: 0.2701
-  Test::More: 0.17
+  Module::Build: '0.2701'
+  Test::More: '0.17'
 configure_requires:
-  Module::Build: 0.2701
+  Module::Build: '0.2701'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.110440'
+generated_by: 'Module::Build version 0.4232, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Params-CallbackRequest
 provides:
   Params::Callback:
     file: lib/Params/Callback.pm
-    version: 1.20
+    version: '1.21'
   Params::CallbackRequest:
     file: lib/Params/CallbackRequest.pm
-    version: 1.20
+    version: '1.21'
   Params::CallbackRequest::Exceptions:
     file: lib/Params/CallbackRequest/Exceptions.pm
-    version: 1.20
+    version: '1.21'
 recommends:
-  Test::Pod: 1.41
+  Test::Pod: '1.41'
 requires:
-  Attribute::Handlers: 0.77
-  Class::ISA: 0
-  Exception::Class: 1.10
-  Params::Validate: 0.59
-  Test::Simple: 0.17
-  perl: 5.006
+  Attribute::Handlers: '0.77'
+  Class::ISA: '0'
+  Exception::Class: '1.10'
+  Params::Validate: '0.59'
+  Test::Simple: '0.17'
+  perl: '5.006'
 resources:
   bugtracker: http://github.com/theory/params-callbackrequest/issues/
   homepage: http://search.cpan.org/dist/Params-CallbackRequest/
   license: http://dev.perl.org/licenses/
   repository: http://github.com/theory/params-callbackrequest/
-version: 1.20
+version: '1.21'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/Makefile.PL b/Makefile.PL
index 56c57cd..d30fbb5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,21 +1,21 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.3800
+# Note: this file was auto-generated by Module::Build::Compat version 0.4232
 require 5.006;
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-  'NAME' => 'Params::CallbackRequest',
-  'VERSION_FROM' => 'lib/Params/CallbackRequest.pm',
+  'INSTALLDIRS' => 'site',
+  'EXE_FILES' => [],
   'PREREQ_PM' => {
-                   'Attribute::Handlers' => '0.77',
-                   'Class::ISA' => 0,
-                   'Exception::Class' => '1.10',
                    'Module::Build' => '0.2701',
+                   'Test::Simple' => '0.17',
+                   'Exception::Class' => '1.10',
+                   'Attribute::Handlers' => '0.77',
                    'Params::Validate' => '0.59',
                    'Test::More' => '0.17',
-                   'Test::Simple' => '0.17'
+                   'Class::ISA' => 0
                  },
-  'INSTALLDIRS' => 'site',
-  'EXE_FILES' => [],
+  'NAME' => 'Params::CallbackRequest',
+  'VERSION_FROM' => 'lib/Params/CallbackRequest.pm',
   'PL_FILES' => {}
 )
 ;
diff --git a/README.md b/README.md
index 73fb12f..cf61a19 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Params/CallbackRequest version 1.20
+Params/CallbackRequest version 1.21
 ===================================
 
 Params::CallbackRequest provides functional and object-oriented callbacks to
diff --git a/debian/changelog b/debian/changelog
index b9be01f..c0aee0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libparams-callbackrequest-perl (1.20+git20110815.1.23d8ba8-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 20 Dec 2022 07:52:10 -0000
+
 libparams-callbackrequest-perl (1.20-4) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/lib/Params/Callback.pm b/lib/Params/Callback.pm
index 88bc54d..ff03d3b 100644
--- a/lib/Params/Callback.pm
+++ b/lib/Params/Callback.pm
@@ -6,7 +6,7 @@ use Params::Validate ();
 use Params::CallbackRequest::Exceptions (abbr => [qw(throw_bad_params)]);
 
 use vars qw($VERSION);
-$VERSION = '1.20';
+$VERSION = '1.21';
 use constant DEFAULT_PRIORITY => 5;
 use constant REDIRECT => 302;
 
diff --git a/lib/Params/CallbackRequest.pm b/lib/Params/CallbackRequest.pm
index ae58846..9d69d5b 100644
--- a/lib/Params/CallbackRequest.pm
+++ b/lib/Params/CallbackRequest.pm
@@ -7,7 +7,7 @@ use Params::CallbackRequest::Exceptions (abbr => [qw(throw_bad_params
                                                      throw_cb_exec)]);
 
 use vars qw($VERSION);
-$VERSION = '1.20';
+$VERSION = '1.21';
 
 BEGIN {
     for my $attr (qw( default_priority
diff --git a/lib/Params/CallbackRequest/Exceptions.pm b/lib/Params/CallbackRequest/Exceptions.pm
index 228d983..61027e5 100644
--- a/lib/Params/CallbackRequest/Exceptions.pm
+++ b/lib/Params/CallbackRequest/Exceptions.pm
@@ -2,7 +2,7 @@ package Params::CallbackRequest::Exceptions;
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '1.20';
+$VERSION = '1.21';
 
 use Exception::Class (
     'Params::Callback::Exception' => {

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details