erwin 2005-12-11 12:40:51 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-Data-Swap Makefile distinfo pkg-descr pkg-plist
Log:
Paraphrased from the Data:Swap's documentation ...
Data::Swap (XS) module allows to swap the contents of two referenced
variables, even if they have different types. The main application is
to change the base type of an object after it has been created, for
example for dynamic loading of data structures:
swap $self, bless $replacement, $newclass;
WWW: http://search.cpan.org/dist/Data-Swap/
PR: ports/90229
Submitted by: Parv <[EMAIL PROTECTED]>
Revision Changes Path
1.2064 +1 -0 ports/devel/Makefile
1.1 +28 -0 ports/devel/p5-Data-Swap/Makefile (new)
1.1 +3 -0 ports/devel/p5-Data-Swap/distinfo (new)
1.1 +10 -0 ports/devel/p5-Data-Swap/pkg-descr (new)
1.1 +7 -0 ports/devel/p5-Data-Swap/pkg-plist (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"