libmoosex-types-path-class-perl 0.05-2 source package in Ubuntu

Changelog

libmoosex-types-path-class-perl (0.05-2) unstable; urgency=low

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

  [ gregor herrmann ]
  * debian/control: update (build) dependencies to prepare for
    Moose/Class::MOP changes.
  * Switch to source format 3.0 (quilt).
  * debian/rules: use tiny dh file.
  * debian/copyright: update formatting
  * Set Standards-Version to 3.9.2 (no further changes).
  * Add /me to Uploaders.
  * Bump debhelper compatibility level to 8.
  * debian/control: remove version from (build) dependencies that are
    fulfilled at least in oldstable.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:07:47 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
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

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmoosex-types-path-class-perl_0.05.orig.tar.gz 15.0 KiB a80c5dc845a38867242edd2668db7ee8baa6126cd284b666ce2ed26fce30d5cd
libmoosex-types-path-class-perl_0.05-2.debian.tar.gz 2.2 KiB 97e61a9a43386c88e1e9ca2d5fd70e88cd122538da2cfd99685a05b5a6158e9f
libmoosex-types-path-class-perl_0.05-2.dsc 2.3 KiB 9825a0853e5b0a125f06cadebd44ff8236b9c038ec4ee3bc70cc560a6c7872f6

Available diffs

View changes file

Binary packages built by this source

libmoosex-types-path-class-perl: Path::Class type library for Moose

 MooseX::Types::Path::Class creates common Moose types, coercions and option
 specifications useful for dealing with Path::Class objects as Moose
 attributes.
 .
 Coercions (see Moose::Util::TypeConstraints) are made from both 'Str' and
 'ArrayRef' to both Path::Class::Dir and Path::Class::File objects. If you
 have MooseX::Getopt installed, the Getopt option type ("=s") will be added
 for both Path::Class::Dir and Path::Class::File.