libmoosex-types-perl 0.27-1 source package in Ubuntu

Changelog

libmoosex-types-perl (0.27-1) unstable; urgency=low

  * New upstream release
  * Update upstream copyright year
  * Remove inc/Module/* from copyright (no more used)
  * Add myself to Uploaders
  * Add fix-bad-whatis-entry patch
  * Remove versioned (B-)D(-I) for libsub-install-perl (version 0.924 is
    in oldstable)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  09 Jun 2011 09:36:55 +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

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmoosex-types-perl_0.27.orig.tar.gz 30.9 KiB 520b69699d7c763a282caa4d03302b43cb9d50e7576c9f82899da2da9e8daa67
libmoosex-types-perl_0.27-1.debian.tar.gz 3.3 KiB 07d4a226b80eb86db3f647206a66e3d7d7d4a8b77da48e45fcfe093779179787
libmoosex-types-perl_0.27-1.dsc 2.4 KiB 1af73a0b747df99276997e310a65903eba4161d196ce76c60781625f0b35fa2a

Available diffs

View changes file

Binary packages built by this source

libmoosex-types-perl: Moose extension to organise types in libraries

 MooseX::Types allows developers to organise and selectively import your own
 and the built-in types in libraries, rather than the default behaviour where
 types are global. As a nice side effect, it catches typographic errors at
 compile-time too.
 .
 The main motivation for this module is to provide an easy way of preventing
 conflicts with your type names, since the internal fully qualified names of
 the types will be prefixed with the library's name. It also provides some
 convenient functions for working with Moose types.