- Updated from v0.09 to v1.01 - Updated pkg-plist - Update Makefile and pkg-descr to reflect vendor's change of distname - Restricted to Perl 5.8 instead of Perl 5.6 due to unresolved errors with 'make test.' Hopefully this restriction will be lifted soon. 0.091 Mon Apr 18 09:22:47 PDT 2005 - removed Data::Dumper dependency - removed versions from dependencies in Makefil.PL 0.092 Tue May 31 17:40:32 PDT 2005 - changed AutoDB require in AutoClass.pm to AutoDB::Object (bug: utility classes were forced to 'use Class::AutoDB::Object' - changed prereq syntax in Makefile.pl to just check for lib existance 0.093 Tue Oct 25 16:02:24 PDT 2005 - new override capability (for returning an instance of another object) and tests to cover new functionality - added nullable functionality, so that an AutoClass object can return undef 0.1 Wed Jan 4 15:05:53 PST 2006 - initialization strategy changed. instead of init'ing class by class down the hierarchy, it's now done all at once - fixed many bugs in default initialization - set_attributes always calls setter method - added check for super classes not yet 'used'. caution: this only works if people follow the Perl convention of placing module Foo in file Foo.pm. Else, there's no easy way to translate a classname into a string that can be 'used' - fixed bug to auto-register subclasses that did not set %AUTODB
Responsible Changed From-To: freebsd-ports-bugs->aaron Submitter has GNATS access
State Changed From-To: open->feedback Awaiting maintainers feedback
+----[ Edwin Groothuis <edwin@FreeBSD.org> (31.May.2006 17:37): | | Maintainer of devel/p5-Class-AutoClass, | | Please note that PR ports/98236 has just been submitted. | | If it contains a patch for an upgrade, an enhancement or a bug fix | you agree on, reply to this email stating that you approve the patch | and a committer will take care of it. | | The full text of the PR can be found at: | http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/98236 | +----] Aaron, thanks for the patch. Attached is a revised version containing only the significant changes needed to update the port. Fernan
+----[ To bug-followup@FreeBSD.org <fernan@iib.unsam.edu.ar> (05.Jun.2006 21:25): | | +----[ Edwin Groothuis <edwin@FreeBSD.org> (31.May.2006 17:37): | | | | Maintainer of devel/p5-Class-AutoClass, | | | | Please note that PR ports/98236 has just been submitted. | | | | If it contains a patch for an upgrade, an enhancement or a bug fix | | you agree on, reply to this email stating that you approve the patch | | and a committer will take care of it. | | | | The full text of the PR can be found at: | | http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/98236 | | | +----] | | Aaron, | | thanks for the patch. Attached is a revised version | containing only the significant changes needed to update the port. | | Fernan | +----] Sorry, attached is a better revised version (there are no changes to the pkg-plist), Fenan
State Changed From-To: feedback->closed Committed. Thanks!