From: Jamie Lenehan Date: Tue, 3 Oct 2006 23:09:57 +0000 (+0000) Subject: perl: Add Perl6::Junction perl module. This provides support for the X-Git-Tag: Release-2010-05/1~9453^2~622 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=421f7cbc7af34d345be18f6f4ae39b9a59765103;p=openembedded.git perl: Add Perl6::Junction perl module. This provides support for the perl6 style junction operators in perl5. --- diff --git a/packages/perl/libperl6-junction-perl_1.10.bb b/packages/perl/libperl6-junction-perl_1.10.bb new file mode 100644 index 0000000000..0c7013af60 --- /dev/null +++ b/packages/perl/libperl6-junction-perl_1.10.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Perl6::Junction - Perl6 style Junction operators in Perl5." +SECTION = "libs" +MAINTAINER = "Jamie Lenehan " +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/Perl6-Junction-1.10.tar.gz" + +S = "${WORKDIR}/Perl6-Junction-${PV}" + +inherit cpan