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

Changelog

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


  * Imported Upstream version 0.35

 -- Salvatore Bonaccorso <email address hidden>  Sat, 19 May 2012 14:04:00 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmoosex-types-perl_0.35-1.dsc 2.4 KiB c562b231b7a37378fb72ab29eddecdc3c2faaa8dfcd7bbbcd5c332dcf2518392
libmoosex-types-perl_0.35.orig.tar.gz 31.7 KiB 0a75eae63eeb8d1316d892d4c6e548802955827d0c1cb99747627079d3abca86
libmoosex-types-perl_0.35-1.debian.tar.gz 3.7 KiB 2cde0d77db7f51ad749ada6c5848a651726273ad96f2eb2c7982c35c117fe412

Available diffs

No changes file available.

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.