diff options
author | seb <seb@pkgsrc.org> | 2008-08-04 15:23:30 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-08-04 15:23:30 +0000 |
commit | 9eed912bddde1feb2316a8342812701921307f67 (patch) | |
tree | 3e8ce542f788be40616b70ec528379ab266e0567 /devel/p5-Moose/distinfo | |
parent | 01013e375a3c82bb7504ce951b3c3f10498c9313 (diff) | |
download | pkgsrc-9eed912bddde1feb2316a8342812701921307f67.tar.gz |
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 (limited to 'devel/p5-Moose/distinfo')
-rw-r--r-- | devel/p5-Moose/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Moose/distinfo b/devel/p5-Moose/distinfo index 305d5bf7287..68dea6f8324 100644 --- a/devel/p5-Moose/distinfo +++ b/devel/p5-Moose/distinfo @@ -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 |