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

Changelog

libmoosex-markasmethods-perl (0.15-3) unstable; urgency=medium

  * Set upstream metadata fields: Bug-Submit.

 -- Debian Janitor <email address hidden>  Sat, 28 May 2022 11:21:32 +0100

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-markasmethods-perl_0.15-3.dsc 2.3 KiB ecf950d6d3457351a115aaf04db080268c6434048fd45e9589c1024b090cd73d
libmoosex-markasmethods-perl_0.15.orig.tar.gz 15.0 KiB c9ecc13376d0ff7dba481977337c33ea74e5d266a428b6af31552a2919ef7ef8
libmoosex-markasmethods-perl_0.15-3.debian.tar.xz 2.2 KiB 5d4ec7fbe5c3cc0a751ed77117e9b2a4884728ebb9fc7bb552420ab0f8b2b864

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.