Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
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
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
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.
|
|
|
|
0.06 2010-06-11 Rhesa Rozendaal <rhesa@cpan.org>
Documented the import arguments.
|
|
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!
|
|
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.
|
|
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
|
|
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.
|