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

Changelog

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

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 15:16:47 +0000

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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-markasmethods-perl_0.15-4.dsc 2.3 KiB c7109d39bb01aaf3c22b9283a07a1b0d8a7c0e4a60f2d37fb76e1eaba5778fc8
libmoosex-markasmethods-perl_0.15.orig.tar.gz 15.0 KiB c9ecc13376d0ff7dba481977337c33ea74e5d266a428b6af31552a2919ef7ef8
libmoosex-markasmethods-perl_0.15-4.debian.tar.xz 2.2 KiB f259d8ff8891cbfc109c8fe625e9f1b9590a274b98ee546c210f453281889928

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.