mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
Update to 2.001000. Freshen pkg-descr with the text in Moo(3pm).
Changes: https://metacpan.org/changes/distribution/Moo
This commit is contained in:
parent
5243b269e5
commit
6b20b9d5b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409833
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Moo
|
||||
PORTVERSION= 2.000002
|
||||
PORTVERSION= 2.001000
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:HAARG
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Moo-2.000002.tar.gz) = fb4bfa751f0dd06bd70f2e06e811f85a640501f263c228a8efafbf6b26691fd4
|
||||
SIZE (Moo-2.000002.tar.gz) = 94253
|
||||
SHA256 (Moo-2.001000.tar.gz) = c824d9adcf6add1475adb228d57bf4aa38c3662f6cf7203cce93bb6ffc88778c
|
||||
SIZE (Moo-2.001000.tar.gz) = 97777
|
||||
|
@ -1,9 +1,13 @@
|
||||
This module is an extremely light-weight, high-performance Moose
|
||||
replacement. It also avoids depending on any XS modules to allow
|
||||
simple deployments. The name Moo is based on the idea that it
|
||||
provides almost -but not quite- two thirds of Moose.
|
||||
Moo is an extremely light-weight Object Orientation system. It allows
|
||||
one to concisely define objects and roles with a convenient syntax that
|
||||
avoids the details of Perl's object system. Moo contains a subset of
|
||||
Moose and is optimised for rapid startup.
|
||||
|
||||
Unlike Mouse this module does not aim at full Moose compatibility.
|
||||
See "INCOMPATIBILITIES" for more details.
|
||||
The name Moo is based on the idea that it provides almost -- but not
|
||||
quite -- two thirds of Moose.
|
||||
|
||||
Unlike Mouse this module does not aim at full compatibility with
|
||||
Moose's surface syntax, preferring instead to provide full
|
||||
interoperability via metaclass inflation capabilities.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Moo/
|
||||
|
Loading…
Reference in New Issue
Block a user