Update to 0.004:
------------------------------------------ version 0.004 at 2013-11-02 22:06:57 +0000 ------------------------------------------ Change: 474d456a510b53f357b96e346ba45160e554d0be Author: Torsten Raudssus <torsten@raudss.us> Date : 2013-11-02 23:06:50 +0000 New travis config Change: 7ad16ca45b63d72deb5db6cbbce4f787046f6013 Author: Jens Rehsack <sno@netbsd.org> Date : 2013-11-02 23:00:05 +0000 add some comfort as primary author desires To avoid scaring users the Getty wants some improved examples and an accessor for last cmd in chain. Change: 3b7ea438bf9d041895b37781e3ea20733caa5e08 Author: Jens Rehsack <sno@netbsd.org> Date : 2013-11-02 23:00:05 +0000 add some samples to role author wants ('examples') x INT_MAX - unfortunately he gets only one Change: 16ab8ee5a435405b22a57c83b59bf2b6ce90ba5c Author: Jens Rehsack <sno@netbsd.org> Date : 2013-11-02 23:00:05 +0000 move initialization to MooX::Cmd::Role * as discussed with Getty in #web-simple, let MooX::Cmd be a bootstrap loader only and modern implementations can do with "MooX::Cmd::Role"; * allow modify all initialization parameters via class _build_ functions (called in class context, but as method) Change: e8b4dea42c571e7842f250b9d75bfc680dfe24ed Author: Jens Rehsack <sno@netbsd.org> Date : 2013-11-02 23:00:05 +0000 improve documentation Change: bd75c0701c52b3742a5c7aa53d7e058c6327d2e1 Author: Jens Rehsack <sno@netbsd.org> Date : 2013-11-02 23:00:05 +0000 allow Class->new_with_cmd->execute(...) Change: 1e585ce9de10745e06d0399a9beaae4d090261d5 Author: Jens Rehsack <sno@netbsd.org> Date : 2013-11-02 23:00:05 +0000 move initialization sequence for cmd into role as discussed with primary author, a role having all neat information about the cmd state in attributes is smarter that passing arguments ... Change: 8be5fbb8369983ae1e225b5b9ee1130f13c34169 Author: Jens Rehsack <sno@netbsd.org> Date : 2013-11-02 23:00:05 +0000 simplify loading commands to avoid stack frames Change: 08355a05811a3df9b044f69eed504aaa0180eba1 Author: Jens Rehsack <sno@netbsd.org> Date : 2013-11-02 23:00:05 +0000 remove trailing \t Change: 11c618f8bfc0563cc5a5ca44fdcfbcb160054cdf Author: Jens Rehsack <sno@netbsd.org> Date : 2013-11-02 23:00:05 +0000 some safety first checks and minor optimizations Change: bfbe63ec3572c8b0c62c77288f4939b04e05dfb8 Author: Jens Rehsack <sno@netbsd.org> Date : 2013-11-02 23:00:05 +0000 allow commands show available neighbours/children Change: 1368cf9f99b5b9496d9ae4e78ef7a04dd3cbe9ee Author: Jens Rehsack <sno@netbsd.org> Date : 2013-11-02 23:00:05 +0000 bump Module::Pluggable version to stop 5.18 from whining and let it work smoothly on blead Change: 03139b6fb4c4fb003661ceefd3522183d822985f Author: Torsten Raudssus <torsten@raudss.us> Date : 2013-10-29 11:07:19 +0000 Merge pull request #2 from yanick/master only load commands if used
This commit is contained in:
parent
27a4e67f0c
commit
ebc36df49a
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/10/11 11:06:49 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2013/11/03 01:02:03 wiz Exp $
|
||||
|
||||
DISTNAME= MooX-Cmd-0.003
|
||||
DISTNAME= MooX-Cmd-0.004
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GE/GETTY/}
|
||||
|
@ -14,6 +14,7 @@ DEPENDS+= p5-Data-Record>=0.02:../../devel/p5-Data-Record
|
|||
DEPENDS+= p5-Moo>=0.090013:../../devel/p5-Moo
|
||||
DEPENDS+= p5-Package-Stash>=0.33:../../devel/p5-Package-Stash
|
||||
DEPENDS+= p5-Regexp-Common>=2011121001:../../textproc/p5-Regexp-Common
|
||||
DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
|
||||
|
||||
PERL5_PACKLIST= auto/MooX/Cmd/.packlist
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/10/11 11:06:49 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.2 2013/11/03 01:02:03 wiz Exp $
|
||||
|
||||
SHA1 (MooX-Cmd-0.003.tar.gz) = 6494aa3188e78decf7275cade342e39b77cfaff6
|
||||
RMD160 (MooX-Cmd-0.003.tar.gz) = 69d0db33e8309e80f555a79fa1828ae1a7da0460
|
||||
Size (MooX-Cmd-0.003.tar.gz) = 13051 bytes
|
||||
SHA1 (MooX-Cmd-0.004.tar.gz) = 7b2376e2ec4ffda2a38d87227ac537bcc1ac572e
|
||||
RMD160 (MooX-Cmd-0.004.tar.gz) = 1d83fa37bb95aa79e93d422ba86363799ea1711f
|
||||
Size (MooX-Cmd-0.004.tar.gz) = 16271 bytes
|
||||
|
|
Loading…
Reference in a new issue