libmoosex-followpbp-perl 0.05-2.1 source package in Ubuntu

Changelog

libmoosex-followpbp-perl (0.05-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 04 Jan 2021 15:38:41 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-followpbp-perl_0.05-2.1.dsc 2.2 KiB 72ceff368065e2cf56fd0c8b7024dac376f5acafa3142cb28be087bf191e6c14
libmoosex-followpbp-perl_0.05.orig.tar.gz 9.3 KiB fb324951e7be22299f5f688b3ec3491da47360f9c4a23a59b6b928d28d3e2047
libmoosex-followpbp-perl_0.05-2.1.debian.tar.xz 5.2 KiB 54ac9a8d5dfee6b56e3e911fed10374653ca17a9c6ae64b862183b29b7a5e80b

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-followpbp-perl: Moose extension to name your accessors get_foo() and set_foo()

 MooseX::FollowPBP does not provide any methods. Simply loading it changes the
 default naming policy for the loading class so that accessors are separated
 into get and set methods. The get methods are prefixed with "get_" as the
 accessor, while set methods are prefixed with "set_". This is the naming
 style recommended by Damian Conway in Perl Best Practices.