libspiffy-perl 0.46-1 source package in Ubuntu

Changelog

libspiffy-perl (0.46-1) unstable; urgency=medium

  [ gregor herrmann ]
  * New upstream release 0.42.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata
  * Imported upstream version 0.46

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Xavier Guimard ]
  * Declare compliance with policy 4.2.1
  * Enable autopkgtest
  * Bump debhelper compat to 10

 -- Xavier Guimard <email address hidden>  Mon, 27 Aug 2018 21:26:08 +0200

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
Focal release universe perl

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libspiffy-perl_0.46-1.dsc 2.2 KiB b2fe14cc963b6f08aa7cffdba3fbdf61cd302d41a283bc07236313d539667357
libspiffy-perl_0.46.orig.tar.gz 32.7 KiB 8f58620a8420255c49b6c43c5ff5802bd25e4f09240c51e5bf2b022833d41da3
libspiffy-perl_0.46-1.debian.tar.xz 3.2 KiB 441324ebffefb774cae757909c8664f6d7dd2206559400fe30db34061b94f38c

Available diffs

No changes file available.

Binary packages built by this source

libspiffy-perl: Spiffy Perl Interface Framework For You

 "Spiffy" is a framework and methodology for doing object oriented (OO)
 programming in Perl. Spiffy combines the best parts of Exporter.pm,
 base.pm, mixin.pm and SUPER.pm into one magic foundation class. It
 attempts to fix all the nits and warts of traditional Perl OO, in a
 clean, straightforward and (perhaps someday) standard way.
 .
 Spiffy borrows ideas from other OO languages like Python, Ruby,
 Java and Perl 6. It also adds a few tricks of its own.
 .
 If you take a look on CPAN, there are a ton of OO related modules. When
 starting a new project, you need to pick the set of modules that makes
 most sense, and then you need to use those modules in each of your
 classes. Spiffy, on the other hand, has everything you'll probably need
 in one module, and you only need to use it once in one of your classes.
 If you make Spiffy.pm the base class of the basest class in your
 project, Spiffy will automatically pass all of its magic to all of your
 subclasses. You may eventually forget that you're even using it!