libany-moose-perl 0.26-1 source package in Ubuntu

Changelog

libany-moose-perl (0.26-1) unstable; urgency=medium

  * Team upload.

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

  [ Lucas Kanashiro ]
  * Imported Upstream version 0.26
  * debian/control:
    - Bump standard version
    - Increase debhelper version to 9
    - Add autopkgtest-pkg-perl
  * debian/copyright: update upstream copyright
  * debian/upstream/metadata: created to facilitate upstream git integration

 -- Lucas Kanashiro <email address hidden>  Thu, 23 Jul 2015 00:21:58 -0300

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
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libany-moose-perl_0.26-1.dsc 2.3 KiB 7e3f5e4d6a911a705f3d01af663075351f6c7d84917093f0f05402eb2c75dd60
libany-moose-perl_0.26.orig.tar.gz 29.7 KiB 0404e192cac9c6fe43999e9291a9ed2dfab32022fd7e30cdec1ba2d12f0d8df1
libany-moose-perl_0.26-1.debian.tar.xz 3.1 KiB 2f036c4df9ea8cda6433100433fdbdd1b205264e992908db436b1355f39839d5

Available diffs

No changes file available.

Binary packages built by this source

libany-moose-perl: module to use either Moose or Mouse, based on availability

 Any::Moose is a Perl module that intelligently loads either Moose or Mouse,
 which provide nearly identical interfaces to the same modern object system.
 This module takes advantage of the fact that anything that works with Mouse
 should also work with Moose.
 .
 Any::Moose has been deprecated, please use Moo instead of Any::Moose for new
 code.