debian/0000755000000000000000000000000011650061701007163 5ustar debian/control0000644000000000000000000000252111650061701010566 0ustar Source: libmousex-types-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libany-moose-perl (>= 0.15),
libmouse-perl (>= 0.77),
libsub-exporter-perl,
libtest-exception-perl
Maintainer: Debian Perl Group
Uploaders: Jonathan Yu , gregor herrmann
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/MouseX-Types/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libmousex-types-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmousex-types-perl.git
Package: libmousex-types-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libany-moose-perl (>= 0.15),
libmouse-perl (>= 0.77)
Description: Mouse extension to organise types in libraries
MouseX::Types allows developers to organise and selectively import your own
and the built-in types in libraries, rather than the default behaviour where
types are global. As a nice side effect, it catches typographic errors at
compile-time too.
.
The main motivation for this module is to provide an easy way of preventing
conflicts with your type names, since the internal fully qualified names of
the types will be prefixed with the library's name. It also provides some
convenient functions for working with Mouse types.
debian/copyright0000644000000000000000000000254011650061701011117 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
Maintainer: Kazuhiro Osawa
Source: http://search.cpan.org/dist/MouseX-Types/
Name: MouseX-Types
Files: *
Copyright: 2008-2010, Kazuhiro Osawa
X-Comment: partly based on MooseX::Types,
which is (c) Robert Sedlacek.
License: Artistic or GPL-1+
Files: inc/Module/*
Copyright: 2002-2011, Adam Kennedy
2002-2011, Audrey Tang
2002-2011, Brian Ingerson
License: Artistic or GPL-1+
Files: debian/*
Copyright: 2009, Jonathan Yu
2010, 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/watch0000644000000000000000000000016511650061701010216 0ustar version=3
http://search.cpan.org/dist/MouseX-Types/ .*/MouseX-Types-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
debian/compat0000644000000000000000000000000211650061701010361 0ustar 8
debian/changelog0000644000000000000000000000141111650061701011032 0ustar libmousex-types-perl (0.06-1) unstable; urgency=low
* Team upload
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.
[ Alessandro Ghedini ]
* New upstream release
* Bump debhelper compat level to 8
* Bump Standards-Version to 3.9.2 (no changes needed)
* Update (Build-)Depends(-Indep)
* Update upstream copyright years for Module::Install
-- Alessandro Ghedini Thu, 20 Oct 2011 19:40:11 +0200
libmousex-types-perl (0.05-1) unstable; urgency=low
[ Jonathan Yu ]
* Initial Release (Closes: #563458)
-- gregor herrmann Sat, 25 Sep 2010 17:26:04 +0200
debian/source/0000755000000000000000000000000011650061701010463 5ustar debian/source/format0000644000000000000000000000001411650061701011671 0ustar 3.0 (quilt)
debian/rules0000755000000000000000000000003611650061701010242 0ustar #!/usr/bin/make -f
%:
dh $@