Several of these methods do not behave exactly like their builtin counterparts. Specifically, any method that you would expect to return a list does so, but only in list context. In scalar context, these methods will return an Object::Array object constructed from a copy of the list that would have been returned. WWW: http://search.cpan.org/dist/Object-Array/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants his PRs
clsung 2006-09-30 03:56:32 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Object-Array Makefile distinfo pkg-descr pkg-plist Log: Add p5-Object-Array 0.060, array references with accessors. PR: ports/102681 Submitted by: Gea-Suan Lin <gslin at gslin.org> Revision Changes Path 1.2462 +1 -0 ports/devel/Makefile 1.1 +35 -0 ports/devel/p5-Object-Array/Makefile (new) 1.1 +3 -0 ports/devel/p5-Object-Array/distinfo (new) 1.1 +9 -0 ports/devel/p5-Object-Array/pkg-descr (new) 1.1 +10 -0 ports/devel/p5-Object-Array/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thank You.