Codebase list libclass-singleton-perl / 097452d
Import upstream version 1.6+git20201202.1.0ab8813 Debian Janitor 1 year, 3 months ago
4 changed file(s) with 12 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl distribution Class-Singleton
1
2 1.7 Development
3
4 - TODO
15
26 1.6 2020-12-02
37
33 "Andy Wardley <abw@wardley.org>, Steve Hay <shay@cpan.org>"
44 ],
55 "dynamic_config" : 1,
6 "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
6 "generated_by" : "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010",
77 "license" : [
88 "perl_5"
99 ],
9595 "web" : "https://github.com/steve-m-hay/Class-Singleton"
9696 }
9797 },
98 "version" : 1.6,
99 "x_serialization_backend" : "JSON::PP version 4.02"
98 "version" : 1.7,
99 "x_serialization_backend" : "JSON::PP version 4.07"
100100 }
1111 strict: '0'
1212 warnings: '0'
1313 dynamic_config: 1
14 generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
14 generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010'
1515 license: perl
1616 meta-spec:
1717 url: http://module-build.sourceforge.net/META-spec-v1.4.html
3636 warnings: '0'
3737 resources:
3838 repository: https://github.com/steve-m-hay/Class-Singleton
39 version: 1.6
39 version: 1.7
4040 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
2323 use strict;
2424 use warnings;
2525
26 our $VERSION = 1.6;
26 our $VERSION = 1.7;
2727 my %_INSTANCES = ();
2828
2929
389389
390390 =head1 VERSION
391391
392 Version 1.6
392 Version 1.7
393393
394394 =head1 DATE
395395
396 02 Dec 2020
396 TODO
397397
398398 =head1 HISTORY
399399