Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 2010 00:30:17 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        perl@FreeBSD.org
Subject:   Re: ports/152455: commit references a PR
Message-ID:  <201011220030.oAM0UHoQ054422@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/152455; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152455: commit references a PR
Date: Mon, 22 Nov 2010 00:24:36 +0000 (UTC)

 wen         2010-11-22 00:24:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Sub-Signatures Makefile distinfo pkg-descr pkg-plist 
   Log:
   One of the strongest complaints about Perl is its poor argument handling.
   Simply passing everything in the @_ array is a serious limitation. This
   module aims to rectify that.
   
   With this module, we an specify subroutine signatures and automatically
   dispatch on the number of arguments.
   
   WWW: http://search.cpan.org/dist/Sub-Signatures/
   
   PR:             ports/152455
   Submitted by:   Grzegorz Blach <magik@roorback.net>
   
   Revision  Changes    Path
   1.4132    +1 -0      ports/devel/Makefile
   1.1       +21 -0     ports/devel/p5-Sub-Signatures/Makefile (new)
   1.1       +2 -0      ports/devel/p5-Sub-Signatures/distinfo (new)
   1.1       +8 -0      ports/devel/p5-Sub-Signatures/pkg-descr (new)
   1.1       +5 -0      ports/devel/p5-Sub-Signatures/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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011220030.oAM0UHoQ054422>