libclass-ooorno-perl 0.011-3 source package in Ubuntu

Changelog

libclass-ooorno-perl (0.011-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.
  * Apply multi-arch hints. + libclass-ooorno-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 14:09:00 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-ooorno-perl_0.011-3.dsc 2.1 KiB f45ccecfba4d043e042ed9150779adac65c16740253f54fcea3731b9afb4e955
libclass-ooorno-perl_0.011.orig.tar.gz 7.7 KiB eafa736cf6a678035556a82a26fae4dc469cdca5be30333f903c9dce09839a19
libclass-ooorno-perl_0.011-3.debian.tar.xz 2.3 KiB 9c345db6b347af3d0ead2978a9d1f025e84e9e689e3f0ee9f47511b8de45ab56

Available diffs

No changes file available.

Binary packages built by this source

libclass-ooorno-perl: Give your module classic AND OO interfaces

 Class::OOorNO helps your module handle the input for its subroutines
 whether called in object-oriented style (as object methods or class
 methods with the arrow syntax "->"), or in functional programming style
 (as subroutines imported to the caller's namespace via Exporter).
 .
 The bulk of this module comprises a lightweight, pure-Perl emulation of
 the Devel::Caller library's "called_as_method()" routine which is
 written in C.
 .
 Devel::Caller dives deep into the internals of the Perl interpreter
 (see perlguts) to trace stack frames and can get the input for any call
 in the stack. It's really handy for Devel::opment and debugging.
 .
 This module is much more lightweight and focuses more on your module's
 Class:: methods themselves.