debian/0000755000000000000000000000000012244403776007177 5ustar debian/libdata-perl-perl.docs0000644000000000000000000000001412244403776013344 0ustar README.mkdn debian/compat0000644000000000000000000000000212244403776010375 0ustar 9 debian/changelog0000644000000000000000000000022212244403776011045 0ustar libdata-perl-perl (0.002007-1) unstable; urgency=low * Initial Release. -- intrigeri Sun, 24 Nov 2013 14:40:00 +0100 debian/rules0000755000000000000000000000003612244403776010256 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000015712244403776010233 0ustar version=3 https://metacpan.org/release/Data-Perl .*/Data-Perl-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000012244403776010477 5ustar debian/source/format0000644000000000000000000000001412244403776011705 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000202712244403776011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Data-Perl Upstream-Contact: Matthew Phillips Upstream-Name: Data-Perl Files: * Copyright: 2013, Matthew Phillips 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/control0000644000000000000000000000266612244403776010614 0ustar Source: libdata-perl-perl Maintainer: Debian Perl Group Uploaders: intrigeri Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312) Build-Depends-Indep: libclass-method-modifiers-perl, liblist-moreutils-perl, libmodule-runtime-perl, librole-tiny-perl, libstrictures-perl, libtest-deep-perl, libtest-fatal-perl, libtest-output-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-perl-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-perl-perl.git Homepage: https://metacpan.org/release/Data-Perl Package: libdata-perl-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-method-modifiers-perl, liblist-moreutils-perl, libmodule-runtime-perl, librole-tiny-perl, libstrictures-perl Description: Base classes wrapping fundamental Perl data types Data::Perl is a collection of classes that wrap fundamental data types that exist in Perl. These classes and methods as they exist today are an attempt to mirror functionality provided by Moose's Native Traits. One important thing to note is all classes currently do no validation on constructor input.