debian/0000755000000000000000000000000012167305704007173 5ustar debian/rules0000755000000000000000000000003612167305704010252 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000274412167305704010605 0ustar Source: libclass-refresh-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: libclass-load-perl, libclass-unload-perl, libdevel-overrideglobalrequire-perl, libmoose-perl, libtest-fatal-perl, libtest-requires-perl, libtry-tiny-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-refresh-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-refresh-perl.git Homepage: https://metacpan.org/release/Class-Refresh/ Package: libclass-refresh-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-load-perl, libclass-unload-perl, libdevel-overrideglobalrequire-perl, libtry-tiny-perl Description: 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. debian/source/0000755000000000000000000000000012167305704010473 5ustar debian/source/format0000644000000000000000000000001412167305704011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024712167305704011050 0ustar libclass-refresh-perl (0.05-1) unstable; urgency=low * Initial release (closes: #715794). -- gregor herrmann Wed, 10 Jul 2013 18:28:38 +0200 debian/compat0000644000000000000000000000000212167305704010371 0ustar 8 debian/copyright0000644000000000000000000000204512167305704011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Class-Refresh Source: https://metacpan.org/release/Class-Refresh/ Upstream-Contact: Jesse Luehrs Files: * Copyright: 2013, Jesse Luehrs License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017012167305704010222 0ustar version=3 https://metacpan.org/release/Class-Refresh/ .*/Class-Refresh-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$