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

Changelog

libmoosex-types-perl (0.45-1) unstable; urgency=medium


  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata
  * Import upstream version 0.45
  * debian/copyright: update Upstream-Contact.
  * Update (build) dependencies.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <email address hidden>  Mon, 20 Oct 2014 22:00:58 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-types-perl_0.45-1.dsc 2.6 KiB a21f2deea59c86f7903bc7714856ea923dec254d4f0a83aced3dc25f6ebcde98
libmoosex-types-perl_0.45.orig.tar.gz 51.1 KiB d01ff4a3db78e1150101b4b63569e4bce3ced3b5b0024c52c87575e0820609c7
libmoosex-types-perl_0.45-1.debian.tar.xz 3.7 KiB 82cefe91284dad005bd76b342443010fa89eeb26e56af056226d2416e949256e

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.