libmoox-late-perl 0.016-1 source package in Ubuntu

Changelog

libmoox-late-perl (0.016-1) unstable; urgency=medium

  * New upstream release
  * Annotate test-only build dependencies with <!nocheck>
  * Stop versioning dependencies satisfied in oldstable (Stretch)
  * Declare compliance with policy 4.4.1
  * Bump debhelper compat level to 12
  * Explicitly declare build-dependency provided by perl
  * Don't attempt to include the CONTRIBUTING file, that upstream has dropped
  * Declare R³: no

 -- intrigeri <email address hidden>  Mon, 09 Dec 2019 09:39:08 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoox-late-perl_0.016-1.dsc 2.3 KiB 8c7bf7c9399d4e8ae8912c552462fcc878ac6ed30c8826e2a232eca59b5aa78a
libmoox-late-perl_0.016.orig.tar.gz 22.1 KiB 1fb6393e8b77c0ec1e99229bc6f5b9db362eedc172fa940b37defd9bb3415e4e
libmoox-late-perl_0.016-1.debian.tar.xz 2.6 KiB 7979801a98afab23f5909e840fd28c5fe4662edf72ef25384e7b7ca74a0856a4

Available diffs

No changes file available.

Binary packages built by this source

libmoox-late-perl: easily translate Moose code to Moo

 Moo is a light-weight object oriented programming framework which
 aims to be partly compatible with Moose. However, the surface syntax
 of Moo differs somewhat from Moose.
 .
 MooX::late provides some assistance by enabling a slightly more
 Moosey surface syntax. MooX::late makes it easier:
 .
  - to port code that was initially written for Moose to Moo
  - to write Moo code that can later be converted to use the
    full Moose feature-set if needed.