libmouse-perl 2.1.0-1 source package in Ubuntu

Changelog

libmouse-perl (2.1.0-1) unstable; urgency=low


  * Team upload

  * New upstream release
    + Add build-dependencies on libmodule-build-xsutil-perl,
      libtest-exception-lessclever-perl, libtest-fatal-perl,
      libtest-requires-perl, libtry-tiny-perl
    + Add version constraint on libextutils-parsexs-perl b-d
    + Add versioned build-dependency on libmodule-build-perl
    + Create debian/clean, add lib/Mouse/Tiny.pm and xs-src/*.c
    + Add debian/NEWS for making users aware of behaviour changes
  * Bump Standard-Version to 3.9.5 (no changes)

 -- Axel Beckert <email address hidden>  Fri, 27 Dec 2013 19:51:11 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libmouse-perl_2.1.0-1.dsc 2.1 KiB 9b9663171e1997e3b29be56040a4e7bb89ded2096640fc6facf48344bd6921d3
libmouse-perl_2.1.0.orig.tar.gz 214.7 KiB 0dd1a67fa9aef08fd83d66180581b58ab026169110568b873481443758dd5549
libmouse-perl_2.1.0-1.debian.tar.gz 6.3 KiB 82758745e3ee76c7c1d945fc30fe0582dbaae9ae343b377674488b376da15900

Available diffs

No changes file available.

Binary packages built by this source

libmouse-perl: lightweight object framework for Perl

 Mouse is a lightweight Perl object framework based largely on the techniques
 created for Moose, the leading Perl framework for painless OO class creation.
 It is designed to be similar in functionality to Moose, though faster, by only
 providing a subset of Moose's functionality, alleviating some of the compile-
 time penalty incurred by Moose. It also has considerably less dependencies.