Update to 2014.05 release of "Rakudo Star" Here are some of the major improvements in this release over the previous distribution release. * -I and -M command-line options * support for non-Int enums * use now accepts positional arguments and is able to import by tag name * import now works * basic support for Version literals * %*ENV now propagates into subprocesses * basic implementation of pack and unpack ported from ng branch * fff flip-flop operator is now implemented, ff has been improved * various new regex features and improvements Rakudo now also includes the lib.pm module. http://rakudo.org/2012/05/23/rakudo-star-2012-05-released/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->perl Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->culot I'll take it.
culot 2012-07-04 18:31:30 UTC FreeBSD ports repository Modified files: lang/rakudo Makefile distinfo pkg-plist Log: - Update to 2012.05 Changelog: http://rakudo.org/2012/05/23/rakudo-star-2012-05-released/ PR: ports/169323 Submitted by: Aliaksandr Zahatski <zahatski@gmail.com> Revision Changes Path 1.30 +3 -3 ports/lang/rakudo/Makefile 1.17 +2 -2 ports/lang/rakudo/distinfo 1.18 +52 -21 ports/lang/rakudo/pkg-plist _______________________________________________ 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 Committed. Thanks!