-
-
02 Dec 2020 08:42:52 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (4344 / 0 / 0)
- Kwalitee
Bus factor: 1- 86.05% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (15.79KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Andy Wardley, Steve Hay <shay@cpan.org>
- Dependencies
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.6 - 2020-12-02
- Fixed confusing Changes entry about Perl's licensing terms.
- <KENTNL@cpan.org>, CPAN RT#132843
- Added optional Changes testing (skipped unless AUTHOR_TESTING).
- Reformatted Changes file as per CPAN::Changes::Spec.
- Added optional POD coverage testing (skipped unless AUTHOR_TESTING).
- Added optional Perl::Critic testing (skipped unless AUTHOR_TESTING).
- Made code Perl::Critic clean.
- Added optional POD testing (skipped unless AUTHOR_TESTING).
- Included GitHub repository URLs in metadata now that source code has been uploaded to GitHub (as of version 1.5).
- Included META.json file in addition to META.yml.
- Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure that all parameters used are supported, to save jumping through hoops to support earlier versions. (This should not be a problem since ExtUtils::MakeMaker 6.64 is easily installed into Perl 5.8.1 and above, that being the whole point of the new choice of minimum supported Perl version.)
- Set minimum required Perl version to 5.8.1. This is in line with the minimum requirement of the "Perl Toolchain".
- Corrected typo in a comment. [<dsteinbrunner@pobox.com>, CPAN RT#86336]
Modules
Implementation of a "Singleton" classModule Install Instructions
To install Class::Singleton, copy and paste the appropriate command in to your terminal.
cpanm Class::Singleton
perl -MCPAN -e shell install Class::Singleton
For more information on module installation, please visit the detailed CPAN module installation guide.