custom types and coercions. Since it builds on an existing type,
all coercions and constraints are inherited.
The package name is left as is for legacy reasons: this module is
really a Type with coercions for DateTimeX::Easy. DateTimeX is just
a namespace for non-core or less-official DateTime modules.
WWW: http://search.cpan.org/dist/MooseX-Types-DateTimeX/
PR: ports/135939 (5 of 6)
Submitted by: Cezary Morga <cm at therek.net>
and parse it into a DateTime object. The test file tests 2500+
variations of date/time strings.
WWW: http://search.cpan.org/dist/DateTime-Format-Flexible/
PR: ports/135939 (4 of 6)
Submitted by: Cezary Morga <cm at therek.net>
uses a variety of DateTime::Format packages to do the bulk of the
parsing, with some custom tweaks to smooth out the rough edges
(mainly concerning timezone detection and selection).
WWW: http://search.cpan.org/dist/DateTimeX-Easy/
PR: ports/135939 (3 of 6)
Submitted by: Cezary Morga <cm at therek.net>
coercions, designed to work with the DateTime suite of objects.
This module is just the MooseX::Types::DateTime without the requirement
on DateTimeX::Easy (which requires DateTime::Manip). As of 0.05
this module supports globally unique Olson abbreviations, and dies
when they are not globally unique.
WWW: http://search.cpan.org/dist/MooseX-Types-DateTime-ButMaintained/
PR: ports/135939 (2 of 6)
Submitted by: Cezary Morga <cm at therek.net>
- While here, use %%DATADIR%% in plist, use make correctly and respect PREFIX
PR: 136752
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Note that "7.2.041%" can not be correct part of http:// URL at all,
because must be encoded as "7.2.041%25". Fetching works only because
file fetched via "ftp://". However this name prevent using local
distfiles cache accessed by http:// protocol, ex.:
MASTER_SITE_OVERRIDE=http://freebsd.mycompany.com/distfiles/vim/
So this file should be removed/renamed ASAP.
PR: ports/136027
Submitted by: johans
Approved by: maintainer timeout
Pietro Cerutti's patch from the PR, but preserving the support for
a user-specified PROGRAM_PREFIX to keep PR 62607 still fixed :)
- update to 1.82
- support NOPORTDOCS properly
- fix DOCSDIR
- use the Savannah MASTER_SITES now that we're using a stock upstream version
While I'm here, refresh the single patch and add a descriptive comment.
PR: 136303
Submitted by: gahr