Commit graph

44 commits

Author SHA1 Message Date
wiz
0bb003e7cc Update to 6.31:
VERSION 6.31  (2012-03-01)

Added extended formats to printf method.
Can now parse formats where the time and zone are not adjacent
Added PeriodTimeSep config variable.
Holidays can be used as date strings
Added new recur modifiers
Added a new date format
More flexibility in parsing timezones with both offset and abbrev
Deltas now support fractional values.
Multiple holidays supported
Bug fixes
Language fixes
Documentation fixes

VERSION 6.30  (2012-01-11)

Much of the delta code was reworked.
Modified Delta_Format
Removed some deprecated config variables:

The following config variables have been removed.

   GlobalCnf
   IgnoreGlobalCnf
   PersonalCnf
   PersonalCnfPath
   PathSep

   Internal
   DeltaSigns
   UpdateCurrTZ
   ConvTZ
   OldConfigFiles
   ResetWorkDay

Newest zoneinfo data (tzdata 2011n).
Better handling of undef in DM6
Bug fixes
2012-04-22 10:48:26 +00:00
hiramatsu
c00a6fe01a Update p5-Date-Manip to 6.25.
Changes from previous:
VERSION 6.25 (2011−08−31)
    Relaxed one constraint in ISO 8601 dates
        A time separated by whitespace from the date can use a single digit
        hour.  Yuming Philip Xiang

    Set official removal dates for old config variables
        Config variables will be removed 2 years after they are deprecated
        (except for the TZ variable which, due to it's wide use, will be
        kept for 4 years).

    Time zone fixes
        Newest zoneinfo data (tzdata 2011i)
2011-12-06 07:06:45 +00:00
adam
0a71a8ed81 Changes 6.24:
* Spaces are ignored in the SetDate/ForceDate config values.
* Fixed a bug where 'in one week' wasn't correctly parsed.
* Fixed a bug where options passed in to the 'new' as a listref weren't handled
  properly.
* Newest zoneinfo data (tzdata 2011g)
2011-08-12 06:52:03 +00:00
wiz
6b69d46b7c Update to 6.14:
VERSION 6.14 (2010-10-20)

Date::Manip 5.xx fully integrated with 6.xx

Date::Manip 5.xx and 6.xx are both installed automatically, and the
correct one will be chosen.

Fixed a bug where recurrence handling was broken.  RT 62128

A lot of documentation was cleaned up to be easier to read, and better
organized.

VERSION 6.13 (2010-10-13)

New features

Added the input methods to Date::Manip::Date and Date::Manip::Delta.  Ed Avis.

The 'date +%z' command will also be used to determine the timezone.  Oliver Schulze

Bug fixes

Several changes to try to get rid of a memory leaks reported in RT
54937.  Huge thanks to BrowserUK on perlmonks for help.  Unfortunately, it
ended up being a bug in perl, and will only be resolved when that bug is
fixed. See the Date::Manip::Problems document for more information.

Reorganized Base/TZ to get rid of circular references.
Added end blocks to clean some global variables.
Got rid of switch/given structures.

Fixed a bug where an incomplete date with 'last' in it was causing an
error.  RT 60138

Fixed a bug where 'Sunday, 9th Jan 1972' wasn't parsed correctly.  RT 57832

Fixed a bug where Zones.pm was generated with the abbreviations in the wrong
order.  Amish Chana.

French month abbreviations now support periods.  Bernard Haerri

Added tests from RT 29655 to make sure that the problem never recurs.

Fixed documentation problem with the new_* methods in Date::Manip::Obj.  Options
must be passed in as \@opts rather than @opts.

Cleaned up some of the documentation.

VERSION 6.12 (2010-09-27)

IntCharSet config variable deprecated

With better support for international character sets, the old IntCharSet
config variable (which was a bandaid at best) is deprecated. Currently, the
functionality still exists, but it will be removed at some point.

New features

Added the Encoding config variable.

Now supports parsing the EXIF date format.  Rhesa Rozendaal

Bug fixes

Fixed Build.PL to not require perl 5.010 since the distribution as a whole
does not require that (and I want that fact to be in META.yml).

Fixed a bug where the Date::Manip::Date::set method was broken when setting
individual fields.  Helmut A. Bender

Fixed a bug where set didn't work in Date::Manip::Delta. Patch provided in
RT 59096.

Newest zoneinfo data (tzdata 2010m)

Converted all language files to UTF-8 and added rudimentary support for
character encodings. Some assistance by Stephen Ostermiller.

Fixed problem in Polish, Dutch.  Stephen Ostermiller

Extended support for 'nth' up to 53rd.  Paco Regodon

Added some corrections to German.  Dieter Lange

Clarified Date::Manip::Recur documentation based on RT 59132.
2010-12-02 12:15:49 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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-08-21 16:32:42 +00:00
wiz
b26dac53c0 Add commented out test dependency on p5-Test-Inter as information. 2010-08-07 06:43:26 +00:00
wiz
e154cb7e5c Update to 6.11:
Version 6.10  2010-04-29
   Fixed a bug where Date_ConvTZ not working correctly with timezones specified
      by offset.  Chris Butler
   Fixed a documentation bug in Date::Manip::TZ where "stdonly" was listed as the
      default value for $dstflag, but in actuality, "std" is the default.
   Changed Date::Manip::TZ::zone so "dst" is sometimes the default $dstflag.
      Based on the bug report by Chris Butler.
   OpenUNIX puts a colon at the start of some timezones. It's removed.  Jean Hassler
   Fixed a bug where business mode calculations involving minutes was not handled
      correctly.  Damien Moore
   *** Combined 5.xx and 6.xx releases into one distribution so cpan/cpanp will
      work correctly.
   Newest zoneinfo data (tzdata 2010i)
   Fixed a bug where business mode calculations failed in some cases.  RT 56638
   Converted tests to Test::Inter

Version 6.11  2010-04-30
   Fixed a problem in Build.PL that had an incorrect module requirement.
2010-08-07 06:41:04 +00:00
wiz
3c547ba74c Update to 6.07:
Version 6.06    2010-02-05
   Added dm_zdump example script.
   Minor bug where %Z printf format didn't always work.
   Improved TZ::periods functionality
   Fixed bug in Date_ConvTZ where empty values weren't defaulting to local timezone.
      Robert Eden
   Fixed a couple of problems in the generated timezones for some odd cases
      (America/Resolute and Asia/Tehran).
   Added support for 5pm back in (it was omitted accidentally).  Mark Kennedy
   Fixed a minor warning.  Morten Bjoernsvik
   Some additional speedups.
   Newest zoneinfo data.

Version 6.07    2010-02-05
   Fixed bug in Date_TimeZone where it wasn't returning the timezone.  Robert Eden
2010-02-07 16:04:17 +00:00
wiz
c87ee9e009 Set LICENSE. 2010-01-20 15:13:16 +00:00
wiz
c1e70a3796 Update to 6.05:
Version 5.55  DEVELOPMENT
   Typo fix.  ddascalescu

Version 6.00  2009-11-23
   Date::Manip 6.00 is a total rethink of the module, and a nearly complete
   rewrite. Please refer to the Date::Manip::Changes5to6 document for a list
   of incompatible changes.

   *** Massive reorganization and near total rewrite.
   *** Broke into several smaller modules
   *** Full timezone support
   Several config variables deprecated
   Added some functionality (suggested by James Elson to improve setting
      the "current time".  Done with the ForceDate config variable.
   *** Converted languages to YAML for much easier maintenance. Patch and
      suggestion provided by Evan Carroll
   Added much better formats for deltas. Suggested by Jim Hranicky.
   Borrowed the _FindWindowsTZName function from the DateTime-TimeZone
      module.
   Added SetDate config variable (based on a suggestion by Christian Campbell).
   Added parse_format which was first suggested by Kim Ryan.
   Thanks to Jonathan Hogue for helping test Windows additions.

   It also contains a few bug fixes correcting problems in the 5.xx releases:

   Fixed a bug where "YYtoYYYY=c" wouldn't work.
   VMS bugfix to not call `date` command.  Lane
   Fixed typo in turkish translation.
   Spelling fix in dutch. Bart Van Loon
   New Year's Day defined using a recurrence which might push the observed
      day to the previous year was broken. Reported by Alan Burlison

   I have received many suggestions over time which were automatically
   handled during the 6.00 rewrite. Although the changes weren't made
   because of the suggestions specifically, I wanted to acknowledge
   them since I appreciate the suggestions.

   Delta_Format initialization done outside of the function.  Eric Boehm
   Added $subtract to calculation routines. First suggested by Steve Berlage.

Version 6.01  2009-11-23
   *** Fixed a bug where dates were sometimes getting the wrong timezone when
      SetDate/ForceDate in effect.

Version 6.02  2009-11-24
   A quick fix to make sure that the tests run correctly in other timezones.
   Disabled curr_zone_methods when taint checking on. I believe that Date::Manip
      is completely taint friendly at this point.

Version 6.03  2009-11-24
   Corrects a backward incompatibility with UnixDate. Rene Schickbauer
   A couple more corrections to the tests.

Version 6.04  2009-11-25
   Fixed a bug where events were not interpreted in the correct timezone if
      SetDate/ForceDate used.

Version 6.05
   Significant speedups. Thanks to Moritz Lenz and BrowserUK on perlmonks for
      suggestions (and a number of other people on perlmonks for suggestions
      that I did not end up using, but which provided a great discussion).
   Reduced the precision of 1 test to avoid a rounding difference when using
      a perl compiled with uselongdouble.  Andreas Koenig
   Fixed a bug in parse_date where the current time was getting used instead
      of the documented 00:00:00
   Bug fix where DateCalc didn't work with $mode in some cases.
   Fixed Makefile.PL/Build.PL to hanle Win32::TieRegistry requirement.
   Changed %z printf behavior back to 5.xx and added %N format. Gilles Lamiral
   Fixed bug where non-English Windows versions didn't get the timezone. Thanks
      to Rene Schickbauer for testing.
2010-01-20 15:12:13 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
2008-10-19 19:17:40 +00:00
he
8526c3d7de Update from version 5.54 to 5.54nb1.
Pkgsrc changes:
 o Merge in the zone names from CPAN ticket 16360.  Old entries
   are preserved.  Zone names are ambigious...  Fixes PR#35250.
2008-09-14 21:40:54 +00:00
wiz
d60f5f7cbf Update to 5.54:
Version 5.49  DEVELOPMENT
   Corrected typo in %G and %L format descriptions.  Troy A. Bollinger
      <troy@austin.ibm.com>
   Added "ereyesterday". Ed Avis <eda@waniasset.com>
   Added timezones. Damyan Ivanov <dam@modsoftsys.com>
   Added timezone. Ernesto Hernandez-Novich <emhnemhn@gmail.com>
   Added timezone. Gregor Herrmann <gregor+debian@comodo.priv.at>
   Added timezone. Nicholas Riley <njriley@uiuc.edu>
   Added timezone. Enrique Verdes <everdes@uygroup.com.uy>
   Added timezone. Alexander Litvinov <lan@academsoft.ru>
   Added Build.PL and several other things to meet requirements on
      http://cpants.perl.org/

Version 5.50  2008-05-05
   Released

Version 5.51  DEVELOPMENT
   Additional changes to meet requirements on http://cpants.perl.org/
   Fixed bug where the wrong version was in Build.PL

Version 5.52  2008-05-08
   Released

Version 5.53  DEVELOPMENT
   Final changes to meet requirements on http://cpants.perl.org/
   Bug fix so it won't fail with "Too early to specify a build action"

Version 5.54  2008-05-09
   Released
2008-05-30 12:32:16 +00:00
obache
30ed573704 Fix typo in HOMEPAGE url. 2008-01-19 13:06:07 +00:00
heinz
61e135f430 Updated to version 5.48
Pkgsrc changes:
  - DISTNAME adapted to new name of archive file.
  - The package supports installation to DESTDIR.

Changes since version 5.44:
=====================================
Version 5.45  DEVELOPMENT
   Fixed bug in parsing ISO 8601 dates.  Paul Schinder
      <schinder@leprss.gsfc.nasa.gov>
   Language fix for Danish. <claus.just.rasmussen@get2net.dk>
   Added "overmorrow". Ed Avis <avised@kbcfp.com>
   Language fix for German. Andreas Dembach <ad@dg-i.net>
   Fixed a bug in UnixDate for years before 1000 AD. Joaquin Ferrero
      <explorer@aprosi.net>
   Fixed a bug where "today" wasn't case insensitive.  Pedro Rodrigues
      <pedro.ruano@gmail.com>
   New timezones.  Khairil Yusof <khairil.yusof@gmail.com>,
      Andy Spiegel <debian.Andy@spiegl.de>, Ernesto Rapetti
      <erapetti@item.org.uy>
   Fixed a bug where business/approximate mode wasn't correctly used in
      DateCalc.  Mark T. Kennedy <mkennedy@diamondbackcap.com>
   Minor documentation improvement.  Caminati Carlo <C.Caminati@selta.it>
   Bug in DateCalc where you couldn't pass undef as the errref.  Alex Howansky
      <alex@howansky.org>
   Bug where cygwin wasn't using the date command. Rafael Kitover
      <rkitover@cpan.org>
   New timezones. Robin Norwood <rnorwood@redhat.com>
   Fixed russian timezones. Yuri Kovalenko <Yu.V.Kovalenko@inp.nsk.su>
   Lots of spelling fixes. Asaf Bartov <ijon@forum2.org>

Version 5.46  2007-02-21
   Released

Version 5.47  DEVELOPMENT
   Revised some of the docs about Y2K (given that it's in the past) and
      the 2007 US daylight saving time rule changes. Suggested by
   Fixed a problem in the WEST timezone.  Cristina Nunes
      <cristina.nunes@segula.pt>
   Added timzezone. Kimmo R. M. Hovi <kimmo.hovi@kronodoc.com>
   Fixed the version number.  John R. Daily <jdaily@apparatus.net>
   Fixed a warning when the date command not present.  Daniel Hahler
      <daniel@thequod.de>
   Fixed a bug where recurrences of the form 0:1*, 0:0:1*, etc.,
      incorrectly required a base date.  Gerry Lawrence <gwl@ufl.edu>
   Fixed a bug where "substring" was used instead of "substr".
      <lbenton@csu.edu.au>

Version 5.48  2007-11-27
   Released
2008-01-05 22:57:22 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
obache
52c7970069 Make HOMEPAGE to more appropriate location. 2007-08-15 06:19:34 +00:00
jwise
d713eea2be Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs. 2007-03-21 19:44:10 +00:00
jwise
334802060f I'm not using any of these packages any more, and have not been keeping up
on maintaining them.  Switch MAINTAINER to tech-pkg, so I can focus on those
which I am still using.
2007-03-21 18:55:47 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
heinz
79e07cd1f2 Updated to version 5.44.
Pkgsrc changes:
  - The module needs no compiler.

Changes since version 5.42a:
============================
   Changed default behavior of Delta_Format back.
   ***Revamped the recurrences. Y-0-WOY-DOW now refers to the WOY'th
      occurence of DOW instead of the ISO 8601 date Y-W(WOY)-DOY. Also,
      changed Y-0-WOY-0 to refer to the WOY'th occurence of FirstDay,
      and got rid of the MW and MD flags. Many other similar changes.
   Changed behavior of %x format in UnixDate.
2006-07-12 16:46:44 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
jlam
848d6eb2a3 bl3ify 2004-01-05 22:16:24 +00:00
jmmv
395e5b8b36 Update to 5.42a:
Version 5.41  2003-06-30
   Added runtests.bat contributed by Lon Amick <lon.g.amick@mail.sprint.com>
   Added JAVT timezone.  David Coppit <david@coppit.org>
   Fixed bug where -HH:MM and +HH:MM were not being accepted as valid
      timezones.  Hank Barta <hbarta@htc.com>
   Small patch for OpenVMS.  Martin P.J. Zinser <zinser@decus.de>
   Minor doc fix.  Jeremy Tietsort <jrtietsort@micron.com>
   Added BRST timezone.  Daniel Serodio <dserodio@email.com>
   Added Russian translation.  Dapi <dapi@mail.ru>
   Made the UnixDate %Z format work with numeric timezones.  Michael Isard
      <michael.isard@compaq.com>
   Minor bug fix where /etc/timezone not correctly read.  Jacek Nowacki
      <jacekn@polcard.com.pl>
   Added ART timezone.  Fabian Mandelbaum <fabman@mandrakesoft.com>
   Minor enhancement to ParseRecur.  Randy Harmon <rjh@fortheweb.com
   Fixed spelling of Veteran's day.  Dirk Eddelbuettel <edd@debian.org>
   Documentation improvements.  James Olsen <jolsen@multiad.com>
   Added Brazilian timezones.  Raul Dias <raul@dias.com.br>
   Fixed WEST timezone.  Pedro Melo CUNHA <melo@isp.novis.pt>
   Added NOVST timezone.  Roman Y Malakhov <roman@intis.tomsk.ru>
   Additions to Dutch translation.  Willem <itsme@xs4all.nl>
   Fixed a bug where timezones -HH:MM weren't handled in ISO 8601 dates.
      Ed Avis <ed@membled.com>
   Fixed a bug involving business deltas with negative hours.  Ludovic
      Dubost <ludovic@pobox.com>
   Modified Delta_Format to treat the entire delta as exact if no month
      component is present.  Due to discussion with Tim Turner
      <torrid@mindspring.com>
   Added EAT timezone.  David Whiting <dave@pluto.ammp>
   Added BOT timezone.  Khaled Mostaguir <Khaled.Mostaguir@isb-sib.ch>
   Added several Australian timezones.  Jason King
      <Jason.King1@team.telstra.com>
   Added some support for NetWare.  Chris Shields <cshields@waubonsee.edu>
   Added some help for VMS timezones.  Don Slutz <DSlutz@arrayinc.com>
   Applied some robustness patches.  Ed Avis <ed@membled.com>
   Fixed a bug with years <1000.  Jonathan Callahan
      <Jonathan.S.Callahan@noaa.gov>
   Patch to make Manip.pm -Mstrict clean and better VMS support.
      Peter Prymmer <PPrymmer@factset.com>
   Patch to French support.  Patrick Turmel <patrick@espacecourbe.com>
   Added Tues/Thur abbreviations.  <mthurn@cise.ufl.edu>
   Fixed a bug in "1st saturday of 2005" format.  Maurice Aubrey
      <maurice@redweek.com>
   Taint check insecure $ENV{PATH} fix.  Ed Avis <ed@membled.com>
   Patch to allow deltas of the form "+ -1 day" to work.  Ed Avis
      <ed@membled.com>
   Added Turkish.  <giray@pultar.org>
   Added Danish.  Jesper Dalberg <dalberg@cybercity.dk>
   Added some checking to the timezone determination.  Ed Avis
      <ed@membled.com>
   ***Replaced all non-ASCII characters with hex representations to avoid
      the malformed UTF-8 character warnings. Ed Avis <ed@membled.com>
   Removed ampersands from function calls in documentation to fit new
      perl coding standards.  Bill Pollock <billp@statenet.com>
   Fixed a bug where spaces in a date caused problems in German (due
      to the number 1st, 2nd, etc. being 1., 2., etc.).  Erik Roderwald
      <erik@roderwald.de>

Version 5.42  2003-07-02
   Number changed to distinguish between the development release (5.41)
      and official release since.

Version 5.42a 2003-07-03
   A quick fix to replace a faulty test.
2003-07-25 12:02:23 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
mjl
59ce60dce0 Update p5-Date-Manip to 5.40
Bug fix release. No significant new functionality.
2003-05-19 12:21:05 +00:00
seb
25e9e6b0ea Use buildlink2. Use perl5/module.mk. 2002-10-13 22:22:45 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
wiz
9bbb01abc3 Update to 5.39, per pkg/11611 by Damon Brodie.
Changes to 5.38: timezone fixes, changes to 5.37 unknown.
2001-02-28 12:51:39 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
jlam
18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 07:10:59 +00:00
wiz
1644ce5b1e s/^a // 2000-03-16 12:27:37 +00:00
jwise
829417bfd3 Be maintainer of this. 2000-03-07 23:21:36 +00:00
jwise
568c11b04f Remove file accidentally brought in with import. 2000-03-07 23:18:52 +00:00
jwise
66cddbd43c Initial import of p5-Date-Manip-5.37, the perl5 Date::Manip module. 2000-03-07 23:15:57 +00:00