Date: Tue, 25 Dec 2007 08:57:51 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Regexp-Copy Makefile distinfo pkg-descr pkg-plist Message-ID: <200712250857.lBP8vpER076288@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
az 2007-12-25 08:57:51 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Regexp-Copy Makefile distinfo pkg-descr pkg-plist Log: Regexp::Copy allows you to copy the contents of one Regexp object to another. A problem that I have found with the qr// operator is that the Regexp objects that it creates are is impossible to dereference. This causes problems if you want to change the data in the regexp without losing the reference to it. Its impossible. Regexp::Copy allows you to change the Regexp by copying one object created through qr// to another. PR: ports/118991 Submitted by: az@ Revision Changes Path 1.1205 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/p5-Regexp-Copy/Makefile (new) 1.1 +3 -0 ports/textproc/p5-Regexp-Copy/distinfo (new) 1.1 +9 -0 ports/textproc/p5-Regexp-Copy/pkg-descr (new) 1.1 +10 -0 ports/textproc/p5-Regexp-Copy/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712250857.lBP8vpER076288>