Path to this page:
./
devel/p5-Class-Singleton,
Perl module to implement Singleton classes
Branch: CURRENT,
Version: 1.6nb4,
Package name: p5-Class-Singleton-1.6nb4,
Maintainer: pkgsrc-usersA Singleton describes an object class that can have only one instance in any
system. An example of a Singleton might be a print spooler or system registry.
This module implements a Singleton class from which other classes can be
derived. By itself, the Class::Singleton module does very little other than
manage the instantiation of a single object. In deriving a class from
Class::Singleton, your module will inherit the Singleton instantiation method
and can implement whatever specific functionality is required.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 15.785 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Class-Singleton-1.6nb4
- (2023-07-06) Updated to version: p5-Class-Singleton-1.6nb3
- (2022-06-28) Updated to version: p5-Class-Singleton-1.6nb2
- (2021-05-25) Updated to version: p5-Class-Singleton-1.6nb1
- (2021-02-11) Updated to version: p5-Class-Singleton-1.6
- (2020-09-01) Updated to version: p5-Class-Singleton-1.5nb6
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2021-02-11 01:47:16 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.6
Upstream changes:
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]
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|