libclass-refresh-perl 0.07-2 source package in Ubuntu

Changelog

libclass-refresh-perl (0.07-2) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * 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

  [ Niko Tyni ]
  * Update to debhelper compat level 10
  * Update to Standards-Version 4.1.3
  * Declare that the package does not need (fake)root to build
  * Add Testsuite declaration for autopkgtest-pkg-perl

 -- Niko Tyni <email address hidden>  Sat, 31 Mar 2018 14:19:23 +0300

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-refresh-perl_0.07-2.dsc 2.2 KiB b4707d34dfe0b7fda05afb46770e73107fc14206268a8faeffb3e909e83818d4
libclass-refresh-perl_0.07.orig.tar.gz 21.3 KiB e3b0035355cbb35a2aee3f223688d578946a7a7c570acd398b28cddb1fd4beb3
libclass-refresh-perl_0.07-2.debian.tar.xz 2.1 KiB 311cf22b74b1fb9cdbb95bb58e9e6bf6a97bd53a524c586f4997e9a83be6c973

Available diffs

No changes file available.

Binary packages built by this source

libclass-refresh-perl: module for refreshing classes during runtime

 Class::Refresh allows you to reload your application classes on the fly, so
 that the code/test cycle becomes a lot easier.
 .
 During development, it is fairly common to cycle between writing code and
 testing that code. Generally the testing happens within the test suite, but
 frequently it is more convenient to test things by hand when tracking down a
 bug, or when doing some exploratory coding. In many situations, however, this
 becomes inconvenient - for instance, in a REPL, or in a stateful web
 application, restarting from the beginning after every code change can get
 pretty tedious.