libmoosex-markasmethods-perl 0.15-1 source package in Ubuntu

Changelog

libmoosex-markasmethods-perl (0.15-1) unstable; urgency=low


  * Team upload.
  * New upstream release.
  * debian/copyright: update to Copyright-Format 1.0.
  * Bump Standards-Version to 3.9.3 (no changes).

 -- gregor herrmann <email address hidden>  Mon, 04 Jun 2012 19:04:42 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl
Xenial release universe perl
Trusty release universe perl

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmoosex-markasmethods-perl_0.15-1.dsc 2.2 KiB 7519716f03f5cc60bf368b17d1f0befa6c7781c6c431a783d24bce3fcea9bb3d
libmoosex-markasmethods-perl_0.15.orig.tar.gz 15.0 KiB c9ecc13376d0ff7dba481977337c33ea74e5d266a428b6af31552a2919ef7ef8
libmoosex-markasmethods-perl_0.15-1.debian.tar.gz 1.6 KiB da95369d65ac998442d803977423d8226b4609f27fba98ced34a72eb81ba57d3

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-markasmethods-perl: moose extension to ark overload code symbols as methods

 MooseX::MarkAsMethods is a Perl module that allows one to easily mark
 certain functions as Moose methods. This will allow other packages
 such as namespace::autoclean to operate without blowing away your
 overloads. After using MooseX::MarkAsMethods your overloads will be
 recognized by Class::MOP as being methods, and class extension as well
 as composition from roles with overloads will "just work".
 .
 By default this module checks for overloads, and marks those functions
 as methods.
 .
 namespace::autoclean will be invoked to clear out non-methods when
 'autoclean => 1' is passed to import or use.