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

Changelog

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

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ Alessandro Ghedini ]
  * New upstream release
  * (Build-)Depends(-Indep) on libnamespace-clean-perl (>= 0.19)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:08:54 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmoosex-types-perl_0.30.orig.tar.gz 31.1 KiB 9438b113a9f9716599466ba5174f1d5e61756d8b6223fc660f018ab91c183fb1
libmoosex-types-perl_0.30-1.debian.tar.gz 3.4 KiB 2d858583354618bf359ea1e6b21f9ebeb8d012cf5f48718a9edd0a2cfc40ffad
libmoosex-types-perl_0.30-1.dsc 2.4 KiB 09dbcd05495a1f83e60b01c37bf248ea85f56f9059090f88480c50251e7d77f5

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.