summaryrefslogtreecommitdiff
path: root/devel/p5-Method-Signatures-Simple
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-01-18Update to 1.05wen2-7/+6
Upstream changes: 1.05 2013-01-18 Rhesa Rozendaal <rhesa@cpan.org> Fix RT80507: keep perl's idea of line number intact when mangling multi-line signatures 1.04 2013-01-17 Rhesa Rozendaal <rhesa@cpan.org> Fix RT80505: allow comments in multiline signature 1.03 2013-01-17 Rhesa Rozendaal <rhesa@cpan.org> Fix RT80508: allow space between invocant and colon
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-11-25Update p5-Method-Signatures-Simple to 1.02.hiramatsu2-7/+6
Changes from previous: 1.02 2011-09-01 Rhesa Rozendaal <rhesa@cpan.org> Avoid uninitialized warning. 1.01 2011-08-31 Rhesa Rozendaal <rhesa@cpan.org> Add func keyword for subs with signatures. Thanks to Chip Salzenberg.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2010-09-12Update to 0.06:wiz2-7/+6
0.06 2010-06-11 Rhesa Rozendaal <rhesa@cpan.org> Documented the import arguments.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-02-23Updating devel/p5-Method-Signatures-Simple from 0.03 to 0.05sno2-6/+9
pkgsrc changes: - Add license definition - Adjust dependency Upstream changes: 0.05 2010-01-07 No changes noted. 0.04 2010-01-07 Rhesa Rozendaal <rhesa@cpan.org> Added repository to META.yml. No code changes.
2009-06-13Ran pkglint --autofix on the devel/ category. Most of the changes arerillig1-2/+2
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
2009-01-19Added devel/p5-Method-Signatures-Simple version 0.03abs3-0/+29
This module provides a basic method keyword with simple signatures. It's intentionally simple, and is supposed to be a stepping stone for its bigger brothers MooseX::Method::Signatures and Method::Signatures. It only has a small benefit over regular subs, so if you want more features, look at those modules. But if you're looking for a small amount of syntactic sugar, this might just be enough.