Commit graph

2 commits

Author SHA1 Message Date
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Erwin Lansing
d3d48e1a43 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 <parv@pair.org>
2005-12-11 12:40:51 +00:00