From 421f7cbc7af34d345be18f6f4ae39b9a59765103 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Tue, 3 Oct 2006 23:09:57 +0000 Subject: perl: Add Perl6::Junction perl module. This provides support for the perl6 style junction operators in perl5. --- packages/perl/libperl6-junction-perl_1.10.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/perl/libperl6-junction-perl_1.10.bb 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 -- cgit v1.2.3