libperl6-export-perl 0.07-10 source package in Ubuntu

Changelog

libperl6-export-perl (0.07-10) unstable; urgency=low

  [ Joachim Breitner ]
  * Removed myself from uploaders.

  [ gregor herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields.
  * Remove ./COPYRIGHT (not in upstream tarball), revert change to MANIFEST.
  * debian/rules:
    - delete /usr/lib/perl5 only if it exists (closes: #467849)
    - update based on dh-make-perl's templates
    - don't install the "upstream" COPYRIGHT any more
  * debian/watch: use dist-based URL.
  * Set Standards-Version to 3.7.3 (no changes).

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:16:17 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl
Precise release universe perl

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libperl6-export-perl_0.07.orig.tar.gz 3.5 KiB 88ed486cf0d468ffa98fc533df4cb54dd749b89a8a07841756b9f4059d5f7c10
libperl6-export-perl_0.07-10.diff.gz 2.7 KiB ff2c2cc3061c4466f0593ef2eb50440442c8968312bb175d9c652ab45b6587c5
libperl6-export-perl_0.07-10.dsc 1016 bytes 6131438c163179a306e0455167197af1dad8f58a845c0cdc90fb6e515c6215ab

View changes file

Binary packages built by this source

libperl6-export-perl: implementation of the Perl 6 'is export(...)' trait

 Perl6::Export prototypes the Perl 6 'exported' and 'exportable' traits
 in Perl 5.
 .
 Instead of messing around with @EXPORT arrays, you just declare which
 subs are to be exported (or are exportable on request) as part of
 those subs.