diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-10-03 23:09:57 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-10-03 23:09:57 +0000 |
commit | 421f7cbc7af34d345be18f6f4ae39b9a59765103 (patch) | |
tree | 9ba86040f9b10fc9881abaf16acaa7616220703e /packages | |
parent | d7995248f71ef10316795d1ad1eed7eb363f8882 (diff) |
perl: Add Perl6::Junction perl module. This provides support for the
perl6 style junction operators in perl5.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/perl/libperl6-junction-perl_1.10.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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 <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 |