New Upstream Snapshot - libclass-singleton-perl

Ready changes

Summary

Merged new upstream version: 1.6+git20201202.1.0ab8813 (was: 1.6).

Resulting package

Built on 2023-01-06T15:51 (took 6m6s)

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

apt install -t fresh-snapshots libclass-singleton-perl

Lintian Result

Diff

diff --git a/Changes b/Changes
index 92d1d19..3e23501 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl distribution Class-Singleton
 
+1.7 Development
+
+    - TODO
+
 1.6 2020-12-02
 
     - Fixed confusing Changes entry about Perl's licensing terms.
diff --git a/META.json b/META.json
index b43975d..3f1907a 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Andy Wardley <abw@wardley.org>, Steve Hay <shay@cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -96,6 +96,6 @@
          "web" : "https://github.com/steve-m-hay/Class-Singleton"
       }
    },
-   "version" : 1.6,
-   "x_serialization_backend" : "JSON::PP version 4.02"
+   "version" : 1.7,
+   "x_serialization_backend" : "JSON::PP version 4.07"
 }
diff --git a/META.yml b/META.yml
index 79226a5..818040c 100644
--- a/META.yml
+++ b/META.yml
@@ -12,7 +12,7 @@ configure_requires:
   strict: '0'
   warnings: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -37,5 +37,5 @@ requires:
   warnings: '0'
 resources:
   repository: https://github.com/steve-m-hay/Class-Singleton
-version: 1.6
+version: 1.7
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/debian/changelog b/debian/changelog
index 0314837..29a58ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libclass-singleton-perl (1.6+git20201202.1.0ab8813-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 06 Jan 2023 15:48:00 -0000
+
 libclass-singleton-perl (1.6-2) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/lib/Class/Singleton.pm b/lib/Class/Singleton.pm
index 8d82824..97f8a84 100644
--- a/lib/Class/Singleton.pm
+++ b/lib/Class/Singleton.pm
@@ -24,7 +24,7 @@ use 5.008001;
 use strict;
 use warnings;
 
-our $VERSION = 1.6;
+our $VERSION = 1.7;
 my %_INSTANCES = ();
 
 
@@ -390,11 +390,11 @@ License or the Artistic License, as specified in the F<LICENCE> file.
 
 =head1 VERSION
 
-Version 1.6
+Version 1.7
 
 =head1 DATE
 
-02 Dec 2020
+TODO
 
 =head1 HISTORY
 

More details

Full run details