Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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
- don't require a c compiler
- remove executable bits from installed modules
Upstream changes:
2010-04-02 Dave Cross <dave@angel.mag-sol.com>
* Build.PL: Remove signing.
* lib/Calendar/Simple.pm: Bump to version 1.21 for release.
* t/no_dt.t: Patch to fix tests under 5.11.0+. Thanks to Ruslan Zakirov.
|
|
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
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=...").
|
|
|
|
took maintainership
ChangeLog:
2008-03-09 dave
* [r50] Build.PL:
Incremented release number.
* [r49] Build.PL:
Added Licence.
Slightly rejigged dependencies.
2008-03-08 dave
* [r47] MANIFEST:
Removed COPYING for MANIFEST.
* [r46] COPYING:
Remove COPYING.
* [r45] t/no_dt.t:
Skip 2100 test on 64-bit systems.
* [r44] lib/Calendar/Simple.pm:
Turn "licence" into a verb so CPANTS will recognise it.
* [r43] lib/Calendar/Simple.pm:
Require Perl 5.6 (and, hence, use "our" and "warnings").
Use svn revision number.
Create licence section.
* [r42] Build.PL, COPYING, MANIFEST:
Make files non-executable.
* [r41] Build.PL:
Correct dependencies.
Change email address to mag-sol.com.
Increment version number.
2006-10-18 dave
* [r40] lib/Calendar/Simple.pm:
Fixed undef values in comparisons
|
|
|
|
Perl extension to create simple calendars. A very simple module that
exports one function called calendar.
Approved-by: cube
|