Commit graph

7 commits

Author SHA1 Message Date
seb
585f4c7a51 Update p5-MooseX-Singleton from version 0.22 to version 0.24.
Pkgsrc changes:
- adjust dependencies
- set PERL5_MODULE_TYPE to Module::Install::Bundled

Upstream changes:
0.24 2010-07-15
    - Require Moose 0.94+. (Dave Rolsky)

0.23 2010-07-15
    - Use modern Moose APIs to avoid warnings from the next Moose. (Dave
      Rolsky)
2010-07-28 08:38:15 +00:00
sno
69ead3f8a2 Updating devel/p5-MooseX-Singleton from 0.21nb1 to 0.22
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.22 2009-12-25
    - The ->initialize method was both broken and undocumented. RT
      #51260. (Dave Rolsky)
    - Updated docs to encourage use of ->instance and ->initialize, and
      discourage calling ->new directly. Doing so may be deprecated in a
      future release. (Dave Rolsky)
2010-01-16 17:52:14 +00:00
sno
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
sno
97d502c59c Updating devel/p5-MooseX-Singleton from 0.19 to 0.21
Upstream changes:
0.21 2009-09-12
    - Various modules in this class were trying to load the old pre-0.20
      classes, which have all been renamed. Tests passed if you had 0.19 or
      earlier installed, but failed for fresh installations.  (Dave Rolsky)

0.20 2009-09-11
    - Converted this extension to use roles rather than metaclass
      subclasses. This means it will cooperate with other extensions on CPAN,
      like MooseX::StrictConstructor, etc. (Dave Rolsky)
2009-09-12 20:49:51 +00:00
sno
9a0cf90f36 Updating package for p5 module MooseX::Singleton from 0.18 to 0.19
Upstream changes:
0.19 2009-07-09
    - Remove ambiguity about copyright holder (Sartak)
2009-07-21 06:10:46 +00:00
sno
097d5aee45 pkgsrc changes:
- Updating package for p5 module MooseX::Singleton from 0.17 to 0.18
  - Correcting LICENSE according to META.yml
  - Setting module type to Module::Install to prevent auto-install via
    cpan
  - Adjusting dependencies

Upstream changes:
0.18 2009-06-21
    - Changes to work Moose 0.82 (Dave Rolsky)
2009-07-07 21:07:46 +00:00
seb
3865fcaabd Initial import of p5-MooseX-Singleton version 0.17 in the NetBSD
Packages Collection.

The Perl 5 module MooseX::Singleton lets you easily upgrade your
Moose class to a singleton.  All you should need to do to transform
your class is to change 'use Moose' to 'use MooseX::Singleton'.
MooseX::Singleton gives your class an 'instance' method that can
be used to get a handle on the singleton.
2009-04-27 04:19:39 +00:00