pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Moose Update from version 0.54 to version 0.55.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ad2af37783d
branches:  trunk
changeset: 545472:7ad2af37783d
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Aug 04 15:23:30 2008 +0000

description:
Update from version 0.54 to version 0.55.
(while here adjust MASTER_SITES).
Changes:
0.55 Sun August 3, 2008
    * Moose::Meta::Attribute
      - breaking down the way 'handles' methods are
        created so that the process can be more easily
        overridden by subclasses (stevan)
    * Moose::Meta::TypeConstraint
      - fixing what is passed into a ->message with
        the type constraints (RT #37569)
        - added tests for this (Charles Alderman)
    * Moose::Util::TypeConstraints
      - fix coerce to accept anon types like subtype can (mst)
    * Moose::Cookbook
      - reorganized the recipes into sections - Basics, Roles, Meta,
        Extending - and wrote abstracts for each section (Dave Rolsky)
    * Moose::Cookbook::Basics::Recipe10
      - A new recipe that demonstrates operator overloading
        in combination with Moose. (bluefeet)
    * Moose::Cookbook::Meta::Recipe1
      - an introduction to what meta is and why you'd want to make
        your own metaclass extensions (Dave Rolsky)
    * Moose::Cookbook::Meta::Recipe4
      - a very simple metaclass example (Dave Rolsky)
    * Moose::Cookbook::Extending::Recipe1
      - how to write a Moose-alike module to use your own object base
        class (Dave Rolsky)
    * Moose::Cookbook::Extending::Recipe2
      - how to write modules with an API just like C<Moose.pm> (Dave
        Rolsky)
    * all documentation
      - Tons of fixes, both syntactical and grammatical (Dave
        Rolsky, Paul Fenwick)

diffstat:

 devel/p5-Moose/Makefile |  6 +++---
 devel/p5-Moose/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 23ed4b564b65 -r 7ad2af37783d devel/p5-Moose/Makefile
--- a/devel/p5-Moose/Makefile   Mon Aug 04 15:11:29 2008 +0000
+++ b/devel/p5-Moose/Makefile   Mon Aug 04 15:23:30 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2008/07/27 22:14:03 seb Exp $
+# $NetBSD: Makefile,v 1.3 2008/08/04 15:23:30 seb Exp $
 #
 
-DISTNAME=      Moose-0.54
+DISTNAME=      Moose-0.55
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/ST/STEVAN/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SARTAK/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://moose.perl.org/
diff -r 23ed4b564b65 -r 7ad2af37783d devel/p5-Moose/distinfo
--- a/devel/p5-Moose/distinfo   Mon Aug 04 15:11:29 2008 +0000
+++ b/devel/p5-Moose/distinfo   Mon Aug 04 15:23:30 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/07/26 13:50:13 seb Exp $
+$NetBSD: distinfo,v 1.2 2008/08/04 15:23:30 seb Exp $
 
-SHA1 (Moose-0.54.tar.gz) = 1b886730c25994535b5ad109df78bbbbec406cb8
-RMD160 (Moose-0.54.tar.gz) = 72721cc9e0b827cdc6b750c30126cc6b801df87b
-Size (Moose-0.54.tar.gz) = 201534 bytes
+SHA1 (Moose-0.55.tar.gz) = 0ac5ba4ea5b8605b5533d5f7c496711051602806
+RMD160 (Moose-0.55.tar.gz) = 3395a3ce417192c34fe92502026a078e85762dee
+Size (Moose-0.55.tar.gz) = 216333 bytes



Home | Main Index | Thread Index | Old Index