perl: Add Perl6::Junction perl module. This provides support for the
authorJamie Lenehan <lenehan@twibble.org>
Tue, 3 Oct 2006 23:09:57 +0000 (23:09 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Tue, 3 Oct 2006 23:09:57 +0000 (23:09 +0000)
perl6 style junction operators in perl5.

packages/perl/libperl6-junction-perl_1.10.bb [new file with mode: 0644]

diff --git a/packages/perl/libperl6-junction-perl_1.10.bb b/packages/perl/libperl6-junction-perl_1.10.bb
new file mode 100644 (file)
index 0000000..0c7013a
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "Perl6::Junction - Perl6 style Junction operators in Perl5."
+SECTION = "libs"
+MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
+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