Mixin inheritance is an alternative to the usual
multiple-inheritance and solves the problem of knowing which
parent will be called. It also solves a number of tricky
problems like diamond inheritence.
The idea is to solve the same sets of problems which MI solves
without the problems of MI.
PR: 54746
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: fjoe (mentor)
- Removed a test that only passed with DateTime CVS HEAD installed.
- Fixed bugs in generated data for many time zones. Upgrading is highly
recommended!
- This version is _much_ better tested than any previous version. The script
tools/tests_from_zdump can be used to generate fairly comprehensive tests for
almost every time zone. The generated tests are not shipped with the
distribution because they are too huge, and take too long to run (400,000+
tests in about 25 minutes).
PR: 54697
Submitted by: maintainer
- documentation now clearly states that this is only a factory and describes
the basic interface of the returned objects.
- requires DBI 1.21 (or higher) and uses it to determine the database type
through proxy/ODBC connections.
PR: 54695
Submitted by: maintainer
- Changed API of DT::F::E::TAI64 (the format_datetime_as_string() method is
replaced by a parameter to the constructor)
- Added dhms parameter to new(), to return '2d, 4h, 15m, 45s' values
PR: 54694
Submitted by: maintainer
* Document the -A option in the usage
* Add my name to the list of AUTHORS
* Clean up some warnings produced by perl -cwT
* Check for the existence of pkg-comment and flag it as FATAL [1]
* Add OMF checking support similar to the info checking code
* Add support for {DOCS,EXAMPLES}DIR macros [2]
* Don't check commented out URLs in MASTER_SITES [3]
* Add file, find, strip, and xargs to the list of direct command names [4]
* Don't search for command names in COMMENT [5]
* Add SITE_PERL support [6]
* Add DISTFILE/MASTER_SITE grouping support [7]
* Check to make sure the MAINTAINER field contains a valid email address
* Add support for {EXTRACT,PATCH}_DEPENDS
* Add USE_GETOPT_LONG support [8]
PR: 48199 [1]
53371 [2]
43537 [3]
54381 [6]
39487, 44099, 48221 [7]
54497 [8]
Submitted by: Sergei Kolobov <sergei@kolobov.com> [2] [8]
gerald [4] (file and strip)
Oliver Eikemeier <eikemeier@fillmore-labs.com> [6]
Reported by: kris and nork [5]