debian/0000755000000000000000000000000012234741222007165 5ustar debian/compat0000644000000000000000000000000212234741222010363 0ustar 9 debian/changelog0000644000000000000000000000024012234741222011033 0ustar libmoox-late-perl (0.014-1) unstable; urgency=low * Initial Release (Closes: #728458). -- intrigeri Thu, 5 Sep 2013 16:26:27 +0200 debian/rules0000755000000000000000000000003612234741222010244 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000015712234741222010221 0ustar version=3 https://metacpan.org/release/MooX-late .*/MooX-late-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000012234741222010465 5ustar debian/source/format0000644000000000000000000000001412234741222011673 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000201512234741222011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/MooX-late Upstream-Contact: Toby Inkster Upstream-Name: MooX-late Files: * Copyright: Toby Inkster License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, intrigeri 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/control0000644000000000000000000000257312234741222010577 0ustar Source: libmoox-late-perl Maintainer: Debian Perl Group Uploaders: intrigeri Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312) Build-Depends-Indep: libmoo-perl (>= 1.003000), libtest-fatal-perl, libtest-requires-perl (>= 0.06), libtype-tiny-perl (>= 0.016), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoox-late-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoox-late-perl.git Homepage: https://metacpan.org/release/MooX-late Package: libmoox-late-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmoo-perl (>= 1.003000), libtype-tiny-perl Recommends: libmoox-handlesvia-perl Suggests: libmoox-perl Description: easily translate Moose code to Moo Moo is a light-weight object oriented programming framework which aims to be partly compatible with Moose. However, the surface syntax of Moo differs somewhat from Moose. . MooX::late provides some assistance by enabling a slightly more Moosey surface syntax. MooX::late makes it easier: . - to port code that was initially written for Moose to Moo - to write Moo code that can later be converted to use the full Moose feature-set if needed. debian/libmoox-late-perl.examples0000644000000000000000000000001312234741222014253 0ustar examples/*