debian/0000755000000000000000000000000011763165262007177 5ustar debian/rules0000755000000000000000000000003611763165262010256 0ustar #!/usr/bin/make -f
%:
dh $@
debian/control0000644000000000000000000000305411763165262010604 0ustar Source: libmoosex-markasmethods-perl
Maintainer: Debian Perl Group
Uploaders: Dominique Dumont
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libb-hooks-endofscope-perl,
libmoose-perl (>= 0.94),
libnamespace-autoclean-perl (>= 0.12),
perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-markasmethods-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-markasmethods-perl.git
Homepage: http://search.cpan.org/dist/MooseX-MarkAsMethods/
Package: libmoosex-markasmethods-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libb-hooks-endofscope-perl,
libmoose-perl (>= 0.94),
libnamespace-autoclean-perl (>= 0.12)
Description: moose extension to ark overload code symbols as methods
MooseX::MarkAsMethods is a Perl module that allows one to easily mark
certain functions as Moose methods. This will allow other packages
such as namespace::autoclean to operate without blowing away your
overloads. After using MooseX::MarkAsMethods your overloads will be
recognized by Class::MOP as being methods, and class extension as well
as composition from roles with overloads will "just work".
.
By default this module checks for overloads, and marks those functions
as methods.
.
namespace::autoclean will be invoked to clear out non-methods when
'autoclean => 1' is passed to import or use.
debian/source/0000755000000000000000000000000011763165262010477 5ustar debian/source/format0000644000000000000000000000001411763165262011705 0ustar 3.0 (quilt)
debian/changelog0000644000000000000000000000070711763165262011055 0ustar libmoosex-markasmethods-perl (0.15-1) unstable; urgency=low
* Team upload.
* New upstream release.
* debian/copyright: update to Copyright-Format 1.0.
* Bump Standards-Version to 3.9.3 (no changes).
-- gregor herrmann Mon, 04 Jun 2012 19:04:42 +0200
libmoosex-markasmethods-perl (0.14-1) unstable; urgency=low
* Initial Release. (Closes: #658130)
-- Dominique Dumont Tue, 31 Jan 2012 16:38:19 +0100
debian/compat0000644000000000000000000000000211763165262010375 0ustar 8
debian/copyright0000644000000000000000000000137211763165262011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: MooseX-MarkAsMethods
Upstream-Contact: Chris Weyl
Source: http://search.cpan.org/dist/MooseX-MarkAsMethods/
Files: *
Copyright: 2009-2011 Chris Weyl
License: LGPL-2.1
Files: debian/*
Copyright: 2012, Dominique Dumont
License: LGPL-2.1
License: LGPL-2.1
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; version 2.1 of the License.
.
On Debian systems, the complete text of version 2.1 of the GNU Lesser
Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
debian/watch0000644000000000000000000000020511763165262010225 0ustar version=3
http://search.cpan.org/dist/MooseX-MarkAsMethods/ .*/MooseX-MarkAsMethods-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$