debian/0000755000000000000000000000000012206664324007173 5ustar debian/NEWS0000644000000000000000000001233112206664324007672 0ustar libmoose-perl (2.1004-1) unstable; urgency=low From upstream Changes: [API CHANGES] * Fixed the Num builtin type to reject NaN, Inf, numbers with whitespace, and other questionable strings. The MooseX::Types::LaxNum distro implements the old behavior. RT#70539 (Upasana Shukla) -- Alessandro Ghedini Mon, 05 Aug 2013 13:40:14 +0200 libmoose-perl (2.0401-1) unstable; urgency=low From upstream Changes: [DEPRECATIONS] * The optimize_as option for type constraints has been deprecated. Use the inline_as option to provide inlining code instead. (Dave Rolsky) [API CHANGES] * Methods to introspect a class's methods will now return methods defined in UNIVERSAL (isa, can, etc.). This also means that you can wrap these methods with method modifiers. RT #69839. Reported by Vyacheslav Matyukhin. (Dave Rolsky) * The ->parent and ->parents method for a union now return the nearest common ancestor of that union's component types. See Moose::Manual::Delta for more details. (Dave Rolsky) * The ->parents method used to return an arrayref for union types, and a list of one or more types for all other types. Now they all return lists. (Dave Rolsky) * The ->is_subtype_of and ->is_a_type_of methods have changed their behavior for union types. Previously, they returned true if any of their member types returned true for a given type. Now, all of the member types must return true. RT #67731. (Dave Rolsky) [OTHER] * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are no longer documented, and will cause a deprecation warning in the future. Moose now uses Class::Load to provide this functionality, and you should as well. (Dave Rolsky) -- Alessandro Ghedini Thu, 24 Nov 2011 11:12:36 +0100 libmoose-perl (2.0000-1) unstable; urgency=low From upstream Changes: [OTHER] * The entire Class::MOP distribution has been merged with Moose. In the future, the Class::MOP code itself will be merged into Moose, and eventually the Class::MOP namespace will disappear entirely. For the current release, we have simply changed how Class::MOP is distributed. (Dave Rolsky). [API CHANGES] * The RegexpRef type constraint now accepts regular expressions blessed into other classes, such as those found in pluggable regexp engines. Additionally the 'Object' constraint no longer rejects objects which implementation is a regular expression. (David Leadbeater) * Roles now have their own default attribute metaclass to use during application to a class, rather than just using the class's attribute_metaclass. This is also overridable via ::MetaRole, with the applied_attribute key in the role_metaroles hashref (doy). * The internal code used to generate inlined methods (accessor, constructor, etc.) has been massively rewritten. MooseX modules that do inlining will almost certainly need to be updated as well. -- Alessandro Ghedini Wed, 13 Apr 2011 11:19:27 +0200 libmoose-perl (1.15-1) unstable; urgency=low From upstream Changes: [API CHANGES] * Major changes to Native Traits, most of which make them act more like "normal" attributes. This should be mostly compatible with existing code, but see Moose::Manual::Delta for details. * A few native traits (String, Counter, Bool) provide default values of "is" and "default" when you created an attribute. Allowing them to provide these values is now deprecated. Supply the value yourself when creating the attribute. * New option 'trait_aliases' for Moose::Exporter, which will allow you to generate non-global aliases for your traits (and allow your users to rename the aliases, etc). (doy) * 'use Moose' and 'use Moose::Role' now accept a '-meta_name' option, to determine which name to install the 'meta' name under. Passing 'undef' to this option will suppress generation of the meta method entirely. (doy) * Moose now warns if it overwrites an existing method named "meta" in your class when you "use Moose". (doy) -- gregor herrmann Thu, 07 Oct 2010 18:39:26 +0200 libmoose-perl (1.14-1) unstable; urgency=low In this version, some major API changes may affect behaviour of your software: * The deprecation warnings for alias and excludes are back, use -alias and -excludes instead. (Dave Rolsky) -- Jonathan Yu Sun, 03 Oct 2010 18:18:03 -0400 libmoose-perl (1.05-1) unstable; urgency=low In this version, some major API changes may affect behaviour of your software: * Packages and modules no longer have methods; this functionality was moved back up into Moose::Meta::Class and Moose::Meta::Role individually (via the Class::MOP::Mixin::HasMethods mixin) * BUILDALL is now called by Moose::Meta::Class::new_object, rather than by Moose::Object::new -- Jonathan Yu Thu, 20 May 2010 20:28:55 -0400 libmoose-perl (0.59-1) unstable; urgency=low From upstream CHANGELOG entry: !! This release has an incompatible change regarding !! !! how roles add methods to a class !! -- Krzysztof Krzyżaniak (eloy) Tue, 28 Oct 2008 12:10:23 +0100 debian/control0000644000000000000000000001227512206664324010605 0ustar Source: libmoose-perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyżaniak (eloy) , Salvatore Bonaccorso , gregor herrmann , Damyan Ivanov , Rene Mayorga , Brian Cassidy , Jose Luis Rivas , Ryan Niebur , Niko Tyni , Ansgar Burchardt , Jonathan Yu , Iulian Udrea , Alessandro Ghedini Section: perl Priority: optional Build-Depends: perl, debhelper (>= 9), libclass-load-perl, libclass-load-xs-perl, libcpan-meta-check-perl (>= 0.007), libdata-optlist-perl (>= 0.107), libdatetime-format-mysql-perl, libdbm-deep-perl, libdevel-globaldestruction-perl, libdist-checkconflicts-perl, libeval-closure-perl, libio-string-perl, liblist-moreutils-perl (>= 0.28), liblocale-us-perl, libmodule-refresh-perl, libmro-compat-perl, libpackage-deprecationmanager-perl (>= 0.11), libpackage-stash-perl (>= 0.32), libpackage-stash-xs-perl, libpadwalker-perl, libparams-coerce-perl, libparams-util-perl, libregexp-common-perl, libsub-exporter-perl, libsub-name-perl (>= 0.05), libsuper-perl, libtask-weaken-perl, libtest-checkdeps-perl (>= 0.006), libtest-deep-perl, libtest-fatal-perl, libtest-leaktrace-perl, libtest-output-perl, libtest-requires-perl, libtest-warn-perl, libtry-tiny-perl, liburi-perl, libwww-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoose-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoose-perl.git Homepage: https://metacpan.org/release/Moose/ Package: libmoose-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libclass-load-perl, libclass-load-xs-perl, libdata-optlist-perl (>= 0.107), libdevel-globaldestruction-perl, libeval-closure-perl, liblist-moreutils-perl (>= 0.28), libmro-compat-perl, libpackage-deprecationmanager-perl (>= 0.11), libpackage-stash-perl (>= 0.32), libpackage-stash-xs-perl, libparams-util-perl, libsub-exporter-perl, libsub-name-perl (>= 0.05), libtask-weaken-perl, libtry-tiny-perl Recommends: libdevel-partialdump-perl (>= 0.14) Breaks: libcatalyst-perl (<< 5.80028+), libclass-mop-perl, libdevel-repl-perl (<< 1.003008+), libfey-orm-perl (<< 0.42+), libfey-perl (<< 0.36+), libfile-changenotify-perl (<< 0.15+), libkiokudb-perl (<< 0.51+), libmarkdent-perl (<< 0.16+), libmason-perl (<< 2.18+), libmoosex-abc-perl (<< 0.05+), libmoosex-aliases-perl (<< 0.08+), libmoosex-alwayscoerce-perl (<< 0.13+), libmoosex-attribute-deflator-perl (<< 2.1.7+), libmoosex-attribute-dependent-perl (<< 1.1.0+), libmoosex-attributehelpers-perl (<< 0.22+), libmoosex-attributeindexes-perl (<< 1.0.0+), libmoosex-attributeinflate-perl (<< 0.02+), libmoosex-attribute-prototype-perl (<< 0.10+), libmoosex-cascadeclearing-perl (<< 0.03+), libmoosex-classattribute-perl (<< 0.25+), libmoosex-constructor-allerrors-perl (<< 0.012+), libmoosex-followpbp-perl (<< 0.02+), libmoosex-hasdefaults-perl (<< 0.02+), libmoosex-instancetracking-perl (<< 0.04+), libmoosex-lazyrequire-perl (<< 0.06+), libmoosex-meta-attribute-index-perl (<< 0.04+), libmoosex-meta-attribute-lvalue-perl (<< 0.05+), libmoosex-methodattributes-perl (<< 0.22+), libmoosex-nonmoose-perl (<< 0.17+), libmoosex-params-validate-perl (<< 0.05+), libmoosex-poe-perl (<< 0.214+), libmoosex-privatesetters-perl (<< 0.03+), libmoosex-role-cmd-perl (<< 0.06+), libmoosex-role-parameterized-perl (<< 0.23+), libmoosex-role-withoverloading-perl (<< 0.07+), libmoosex-scaffold-perl (<< 0.05+), libmoosex-semiaffordanceaccessor-perl (<< 0.05+), libmoosex-setonce-perl (<< 0.100473+), libmoosex-singleton-perl (<< 0.25+), libmoosex-slurpycontructor-perl (<< 1.1+), libmoosex-strictconstructor-perl (<< 0.12+), libmoosex-types-parameterizable-perl (<< 0.05+), libmoosex-types-perl (<< 0.19+), libmoosex-types-signal-perl (<< 1.101930+), libmoosex-undeftolerant-perl (<< 0.11+), libnamespace-autoclean-perl (<< 0.08+), libpod-elemental-perl (<< 0.093280+), libprang-perl (<< 0.14+), libreaction-perl (<< 0.002003+), libtest-able-perl (<< 0.10) Replaces: libclass-mop-perl Description: modern Perl object system framework Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent, and less tedious. With Moose you can think more about what you want to do and less about the mechanics of OOP. . Additionally, Moose is built on top of Class::MOP, which is a metaclass system for Perl 5. This means that Moose not only makes building normal Perl 5 objects better, but it provides the power of metaclass programming as well. . Moose also conveniently manages all attributes (including inherited ones) that are defined, but also provides facilities for properly initializing instance slots, setting defaults where appropriate and performing any necessary type constraint checking or coercion. . More details about the structure of Moose as well as its features can be found in the ever-expanding Moose::Cookbook document. debian/compat0000644000000000000000000000000212206664324010371 0ustar 9 debian/watch0000644000000000000000000000014612206664324010225 0ustar version=3 https://metacpan.org/release/Moose/ .*/Moose-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/patches/0000755000000000000000000000000012206664324010622 5ustar debian/patches/03_carp-version.patch0000644000000000000000000000277712206664324014572 0ustar Description: Fix required Carp version Origin: vendor Forwarded: no Author: Alessandro Ghedini Reviewed-by: Alessandro Ghedini Last-Update: 2013-08-26 --- a/META.json +++ b/META.json @@ -87,7 +87,7 @@ "Devel::PartialDump" : "0.14" }, "requires" : { - "Carp" : "1.22", + "Carp" : "1.20", "Class::Load" : "0.09", "Class::Load::XS" : "0.01", "Data::OptList" : "0.107", --- a/META.yml +++ b/META.yml @@ -390,7 +390,7 @@ recommends: Devel::PartialDump: 0.14 requires: - Carp: 1.22 + Carp: 1.20 Class::Load: 0.09 Class::Load::XS: 0.01 Data::OptList: 0.107 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,7 +28,7 @@ "NAME" => "Moose", "OBJECT" => "xs/Attribute\$(OBJ_EXT) xs/AttributeCore\$(OBJ_EXT) xs/Class\$(OBJ_EXT) xs/Generated\$(OBJ_EXT) xs/HasAttributes\$(OBJ_EXT) xs/HasMethods\$(OBJ_EXT) xs/Inlined\$(OBJ_EXT) xs/Instance\$(OBJ_EXT) xs/Method\$(OBJ_EXT) xs/Moose\$(OBJ_EXT) xs/MOP\$(OBJ_EXT) xs/Overload\$(OBJ_EXT) xs/Package\$(OBJ_EXT) mop\$(OBJ_EXT)", "PREREQ_PM" => { - "Carp" => "1.22", + "Carp" => "1.20", "Class::Load" => "0.09", "Class::Load::XS" => "0.01", "Data::OptList" => "0.107", --- a/dist.ini +++ b/dist.ini @@ -98,7 +98,7 @@ ;[CheckPrereqsIndexed] [Prereqs] -Carp = 1.22 +Carp = 1.20 Class::Load = 0.09 Class::Load::XS = 0.01 Data::OptList = 0.107 debian/patches/series0000644000000000000000000000015112206664324012034 0ustar 0001-Work-around-a-numification-problem-on-ia64.patch 02_fix-manpages-errors.patch 03_carp-version.patch debian/patches/0001-Work-around-a-numification-problem-on-ia64.patch0000644000000000000000000000201112206664324022135 0ustar Description: [PATCH] Work around a numification problem on ia64 As seen in , the numeric comparison seems to trigger a bug in perl 5.10.1 on the ia64 architecture. . Explicitly numifying before comparing seems to work around this. Origin: vendor Bug: https://rt.cpan.org/Public/Bug/Display.html?id=59478 Bug-Debian: http://bugs.debian.org/588118 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=59478 Author: Niko Tyni Reviewed-by: gregor herrmann Last-Update: 2011-04-21 --- a/lib/Moose/Meta/TypeConstraint.pm +++ b/lib/Moose/Meta/TypeConstraint.pm @@ -252,7 +252,7 @@ my $other = Moose::Util::TypeConstraints::find_type_constraint($type_or_name) or return; - return 1 if $self == $other; + return 1 if (0+$self == 0+$other); if ( $self->has_hand_optimized_type_constraint and $other->has_hand_optimized_type_constraint ) { return 1 if $self->hand_optimized_type_constraint == $other->hand_optimized_type_constraint; debian/patches/02_fix-manpages-errors.patch0000644000000000000000000000255412206664324016043 0ustar Description: Fixes manpage-has-errors-from-man Origin: vendor Forwarded: no Author: Alessandro Ghedini Reviewed-by: Alessandro Ghedini Last-Update: 2012-04-30 --- a/lib/Moose/Manual/Attributes.pod +++ b/lib/Moose/Manual/Attributes.pod @@ -632,7 +632,7 @@ However, we recommend that you use L traits for these types of attributes, which gives you much more control over how they are accessed and manipulated. See also -L. +L. =head2 Initializer --- a/lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod +++ b/lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod @@ -171,8 +171,8 @@ When you pass a metaclass to C, it will take the name you provide and prefix it with C. Then it calls C in the package. In this case, that means Moose ends -up calling -C. +up calling C from +C. If this function exists, it should return the I trait's package name. This is exactly what our code does, returning debian/libmoose-perl.examples0000644000000000000000000000002012206664324013474 0ustar eg/* examples/* debian/source/0000755000000000000000000000000012206664324010473 5ustar debian/source/format0000644000000000000000000000001412206664324011701 0ustar 3.0 (quilt) debian/libmoose-perl.docs0000644000000000000000000000003512206664324012614 0ustar Changes.Class-MOP TODO doc/* debian/changelog0000644000000000000000000007671412206664324011064 0ustar libmoose-perl (2.1005-1) unstable; urgency=low * New upstream release * Add new Build-Depends: - libdist-checkconflicts-perl - libtext-checkdeps-perl - libcpan-meta-check-perl * Refresh patches * Add 03_carp-version.patch -- Alessandro Ghedini Mon, 26 Aug 2013 16:39:42 +0200 libmoose-perl (2.1004-1) unstable; urgency=low * New upstream release * Document API change regarding Num builting handling in NEWS -- Alessandro Ghedini Mon, 05 Aug 2013 13:41:16 +0200 libmoose-perl (2.0802-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Fri, 26 Jul 2013 19:05:26 +0200 libmoose-perl (2.0801-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Fri, 29 Mar 2013 12:43:41 +0100 libmoose-perl (2.0800-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Alessandro Ghedini ] * New upstream release * Bump upstream copyright years -- Alessandro Ghedini Thu, 28 Mar 2013 17:46:38 +0100 libmoose-perl (2.0604-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Alessandro Ghedini ] * New upstream release * Bump Standards-Version to 3.9.4 (no changes needed) -- Alessandro Ghedini Mon, 08 Oct 2012 10:00:15 +0200 libmoose-perl (2.0603-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Thu, 28 Jun 2012 19:19:31 +0200 libmoose-perl (2.0602-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Tue, 08 May 2012 12:30:39 +0200 libmoose-perl (2.0601-1) unstable; urgency=low * New upstream release * Email change: Alessandro Ghedini -> ghedo@debian.org * Update d/copyright to Copyright-Format 1.0 * Bump Standards-Version to 3.9.3 * Add 02_fix-manpages-errors.patch * Update Breaks list -- Alessandro Ghedini Wed, 02 May 2012 23:20:30 +0200 libmoose-perl (2.0402-1) unstable; urgency=low * New upstream release * Bump upstream copyright year * Bump debhelper compat level to 9 -- Alessandro Ghedini Sun, 05 Feb 2012 17:18:51 +0100 libmoose-perl (2.0401-1) unstable; urgency=low [ Alessandro Ghedini ] * New upstream release * Drop pod.patch (merged upstream) * Refresh patch * Bump versioned (Build-)Depends on libpackage-stash-perl * Add libclass-load(-xs)-perl to (Build-)Depends * Update debian/NEWS [ gregor herrmann ] * debian/control: update Breaks: list. -- Alessandro Ghedini Thu, 24 Nov 2011 11:12:48 +0100 libmoose-perl (2.0205-1) unstable; urgency=low * New upstream release * Update, refresh and add DEP3 headers to pod.patch -- Alessandro Ghedini Tue, 06 Sep 2011 21:43:13 +0200 libmoose-perl (2.0204-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Fri, 26 Aug 2011 12:26:05 +0200 libmoose-perl (2.0203-1) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Alessandro Ghedini ] * New upstream release * Refresh patches -- Alessandro Ghedini Wed, 24 Aug 2011 11:30:55 +0200 libmoose-perl (2.0202-2) unstable; urgency=low * Remove test-time dependency on libdata-visitor-perl to fix circular dependency situation (Closes: #636052) -- Jonathan Yu Sat, 30 Jul 2011 12:22:22 -0400 libmoose-perl (2.0202-1) unstable; urgency=low * New upstream release. * debian/control: Convert Vcs-* fields to Git. -- Ansgar Burchardt Fri, 29 Jul 2011 02:18:31 +0200 libmoose-perl (2.0200-1) unstable; urgency=low * New upstream release. * Update (build-)dependencies and breaks according to upstream changes. * Fix syntax error in POD documentation. + new patch: pod.patch * Remove empty man pages for Moose::Error::Util and Moose::Util::TypeConstraints::Builtins. -- Ansgar Burchardt Wed, 20 Jul 2011 18:43:18 +0200 libmoose-perl (2.0010-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Mon, 20 Jun 2011 16:47:45 +0200 libmoose-perl (2.0009-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Sun, 19 Jun 2011 12:17:40 +0200 libmoose-perl (2.0008-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Fri, 17 Jun 2011 10:58:07 +0200 libmoose-perl (2.0007-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Mon, 16 May 2011 21:14:50 +0200 libmoose-perl (2.0006-1) unstable; urgency=low * New upstream release * Drop fix-manpage-has-bad-whatis-entry-warnings patch (merged upstream) * (Build-)Depends on libdata-optlist-perl >= 0.107 * Refresh patch -- Alessandro Ghedini Thu, 12 May 2011 16:18:24 +0200 libmoose-perl (2.0002-1) unstable; urgency=low * New upstream release * Add libdevel-partialdump-perl to Recommends -- Alessandro Ghedini Fri, 29 Apr 2011 12:22:07 +0200 libmoose-perl (2.0001-1) unstable; urgency=low * New upstream release. * Bump (build-)dep on libeval-closure-perl to >= 0.04. -- Ansgar Burchardt Sat, 23 Apr 2011 19:01:51 +0200 libmoose-perl (2.0000-1) unstable; urgency=low [ Alessandro Ghedini ] * New upstream release * Remove libclass-mop-perl from (Build-)Depends and add it to Breaks+Replaces (Class::MOP is now part of Moose) * (Build-)Depends on libdevel-globaldestruction-perl, libeval-closure-perl, libmro-compat-perl, libpackage-stash-xs-perl, libsub-name-perl (>= 0.05) * Remove inc/Module/* from debian/copyright (Dist::Zilla is now used) * Update upstream copyright year * Refresh patch * Update Conflicts in debian/control * Add API changes to debian/NEWS * Add fix-manpage-has-bad-whatis-entry-warnings patch * Do not install moose-outdated script * Add libsuper-perl and libtest-leaktrace-perl to Build-Depends (used by test) [ gregor herrmann ] * Set Standards-Version to 3.9.2 (no changes). * Install examples and docs. -- gregor herrmann Fri, 22 Apr 2011 20:44:07 +0200 libmoose-perl (1.25-1) unstable; urgency=low * New upstream release * Bump debhelper compat level to 8 * Add myself to Uploaders -- Alessandro Ghedini Sun, 03 Apr 2011 20:08:15 +0200 libmoose-perl (1.24-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Fri, 25 Feb 2011 16:08:15 +0100 libmoose-perl (1.23-1) unstable; urgency=low * New upstream release. * Add debian/source/local-options. -- Ansgar Burchardt Thu, 17 Feb 2011 19:59:03 +0100 libmoose-perl (1.21-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Fri, 26 Nov 2010 08:52:00 +0100 libmoose-perl (1.20-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sun, 21 Nov 2010 17:20:39 +0100 libmoose-perl (1.19-1) unstable; urgency=low * New upstream release. * debian/control: update build and runtime dependencies. * Refresh patch 0001-Work-around-a-numification-problem-on-ia64.patch. -- gregor herrmann Fri, 12 Nov 2010 23:52:25 +0100 libmoose-perl (1.17-1) unstable; urgency=low * New upstream release. * Update my email address. -- Ansgar Burchardt Thu, 21 Oct 2010 10:27:08 +0200 libmoose-perl (1.16-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Update my email address. [ gregor herrmann ] * New upstream release. * Update build and runtime dependencies and Breaks. * Remove pod.patch, applied upstream. -- gregor herrmann Tue, 19 Oct 2010 18:27:39 +0200 libmoose-perl (1.15-1) unstable; urgency=low * New upstream release (closes: #599426). * debian/control: - bump versioned (build) dependency on libclass-mop-perl - add (build) dependency on libparams-util-perl - update list of Breaks - sort all dependency fields * Add API changes to debian/NEWS. * New patch debian/patches/pod.patch: fix a POD error. -- gregor herrmann Thu, 07 Oct 2010 21:28:03 +0200 libmoose-perl (1.14-1) unstable; urgency=low * New upstream release * Rearrange copyright information * Add API changes to NEWS -- Jonathan Yu Sun, 03 Oct 2010 14:24:29 -0400 libmoose-perl (1.12-1) unstable; urgency=low * New upstream release. (Closes: #594709) * Add build-dep on libtest-requires-perl. Be less strict than upstream and make the build-dep unversioned as Test::Requires 0.05 only updates dependencies. * Bump (build-)dep on libclass-mop-perl to >= 1.05. * Make build-dep on perl unversioned and remove dependency on perl (>= 5.10.0) | libscalar-list-utils-perl (>= 1.19): stable already has perl 5.10. * debian/control: Update Breaks field. * debian/copyright: Refer to "Debian systems" instead of only "Debian GNU/Linux systems". -- Ansgar Burchardt Wed, 08 Sep 2010 20:37:20 +0900 libmoose-perl (1.09-2) unstable; urgency=low * Add patch 0001-Work-around-a-numification-problem-on-ia64.patch: explicitly numify before doing numeric comparsions as a workaround for a numification problem on ia64 (closes: #588118). Thanks to Niko Tyni for the analysis and the patch! -- gregor herrmann Fri, 20 Aug 2010 22:18:02 +0200 libmoose-perl (1.09-1) unstable; urgency=low * New upstream release. * Bump (build-)dep on libclass-mop-perl to >= 1.04. * Add (build-)dep on libpackage-deprecationmanager-perl. * debian/control: Update Breaks field. * debian/copyright: Refer to /usr/share/common-licenses/GPL-1. * Bump Standards-Version to 3.9.1. -- Ansgar Burchardt Tue, 27 Jul 2010 23:27:13 +0900 libmoose-perl (1.08-1) unstable; urgency=low * New upstream release -- Salvatore Bonaccorso Wed, 16 Jun 2010 22:35:14 +0200 libmoose-perl (1.07-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sun, 06 Jun 2010 14:15:51 +0900 libmoose-perl (1.06-1) unstable; urgency=low * New upstream release * debian/control: Refresh Build-Depends, Depends and Breaks control fields. * debian/copyright: Refresh copyright years for debian/* packaging stanza. -- Salvatore Bonaccorso Wed, 02 Jun 2010 14:06:24 +0200 libmoose-perl (1.05-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Now depends on libclass-mop-perl >= 1.02 [ gregor herrmann ] * Update list of Breaks: in debian/control. -- gregor herrmann Fri, 21 May 2010 16:13:23 +0200 libmoose-perl (1.03-1) unstable; urgency=low * New upstream release. * Bump (build-)dep on libclass-mop-perl to >= 1.01. -- Ansgar Burchardt Thu, 06 May 2010 18:46:36 +0900 libmoose-perl (1.02-1) unstable; urgency=low * New upstream release -- Jonathan Yu Sat, 01 May 2010 23:09:40 -0400 libmoose-perl (1.01-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Thu, 01 Apr 2010 19:52:25 +0900 libmoose-perl (1.00-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Fri, 26 Mar 2010 13:43:03 +0900 libmoose-perl (0.99-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Add HTTP::Headers (libwww-perl) and Params::Coerce to B-D-I for testing [ gregor herrmann ] * Add "libtest-simple-perl (>= 0.88)" as an alternative build dependency, now that #541342 is fixed. [ Franck Joncourt ] * Added libdevel-repl-perl as being broken by libmoose-perl. Updated Breaks field in d.control. * Removed both libtest-pod-coverage-perl and libtest-pod-perl from BDI since they are only run for the author tests in the xt directory. -- Jonathan Yu Tue, 09 Mar 2010 20:59:35 -0500 libmoose-perl (0.98-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Fri, 12 Feb 2010 01:18:15 +0900 libmoose-perl (0.97-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Wed, 10 Feb 2010 23:40:16 +0900 libmoose-perl (0.96-1) unstable; urgency=low * New upstream release. * Remove patches whatis-entries.diff, pod-spelling.diff (applied upstream). -- Ansgar Burchardt Sun, 07 Feb 2010 23:22:39 +0900 libmoose-perl (0.95-1) unstable; urgency=low * New upstream release. * Breaks libcatalyst-perl (<< 5.80017+). * debian/copyright: Update years of copyright, minor changes for DEP-5. * Use source format 3.0 (quilt), drop quilt framework and README.source. * Bump Standards-Version to 3.8.4 (no changes). -- Ansgar Burchardt Thu, 04 Feb 2010 21:03:32 +0900 libmoose-perl (0.94-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Now requires Class::MOP 0.98 [ gregor herrmann ] * debian/copyright: update years for upstream and packaging copyright, add info about a new third-party file. * Move to arch:any, the module now contains XS/C code. Add ${shlibs:Depends} to Depends. Move all build dependencies to Build-Depends. * Build depend only on "perl (>= 5.10.1)" for Test::More 0.88's done_testing feature. Ideally this would be "perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)" but we can't do that until #541342 is sorted out. * Remove asterisk from debian/NEWS. * New patch pod-spelling.diff: fix a spelling error. -- gregor herrmann Wed, 20 Jan 2010 19:13:16 +0100 libmoose-perl (0.93-1) unstable; urgency=low [ Iulian Udrea ] * New upstream release * debian/{control,copyright}: add myself [ gregor herrmann ] * debian/control: add perl (>= 5.10.1) as an alternative build dependency to libtest-simple-perl. * debian/control: add libmoosex-nonmoose-perl to Breaks. -- Iulian Udrea Fri, 20 Nov 2009 14:47:39 +0000 libmoose-perl (0.92-1) unstable; urgency=low [ Ryan Niebur ] * Update jawnsy's email address * Update ryan52's email address [ Ansgar Burchardt ] * New upstream release + Bump (build-)dep on libclass-mop-perl to 0.94 + Add (build-)dep on libtry-tiny-perl + Add (build-)dep on libtest-simple-perl (>= 0.88) + Breaks libmoosex-attributehelpers-perl (<< 0.21+), libmoosex-classattribute-perl (<< 0.09+), libmoosex-singleton-perl (<< 0.19+), libmoosex-types-perl (<< 0.19+), libnamespace-autoclean-perl (<< 0.08+) + new patch whatis-entries.patch + add quilt framework and README.source. * Bump Standards-Version to 3.8.3 (no changes). -- Ansgar Burchardt Sat, 26 Sep 2009 11:38:14 +0200 libmoose-perl (0.89-1) unstable; urgency=low * New upstream release + Bump (build-)dep on libclass-mop-perl to 0.92 -- Ansgar Burchardt Fri, 14 Aug 2009 22:18:53 +0200 libmoose-perl (0.88-1) unstable; urgency=low * New upstream release + Moose::Meta::Role now creates metaclass attributes for different role application classes + Moose::Util::MetaRole now allows applying role's to a meta role's role application classes + Add weak_ref to allowed options for "has '+foo'" + Supports non-lvalue-based meta instances by not using inline_slot_access in accessors -- Jonathan Yu Fri, 24 Jul 2009 17:18:07 -0400 libmoose-perl (0.87-1) unstable; urgency=low * New upstream release + Allows class names for delegation -- Jonathan Yu Tue, 07 Jul 2009 13:35:31 -0400 libmoose-perl (0.86-1) unstable; urgency=low * New upstream release + Now uses the latest Class::MOP (0.89) + Delegation error message fix * Added myself to Copyright and Uploaders * Updated Copyright for Module::Install * Updated control description -- Jonathan Yu Sat, 04 Jul 2009 15:32:44 -0400 libmoose-perl (0.85-1) unstable; urgency=low * New upstream release + now (build-)depends on libsub-exporter-perl (>= 0.980) + breaks libmoosex-classattribute-perl (<< 0.07+), libmoosex-singleton-perl (<< 0.17+), libmoosex-strictconstructor-perl (<< 0.07+), libmoosex-params-validate-perl (<< 0.17+), libfey-orm-perl (<< 0.23+) * debian/copyright: Correct years of copyright for inc/* * Add myself to Uploaders. -- Ansgar Burchardt Sat, 27 Jun 2009 18:28:35 +0200 libmoose-perl (0.83-1) unstable; urgency=low * New upstream release * debian/control: Bump Build-Depends on libclass-mop-class to >= 0.88. -- Salvatore Bonaccorso Wed, 24 Jun 2009 10:02:24 +0200 libmoose-perl (0.82-1) unstable; urgency=low [ Ryan Niebur ] * New upstream release * Debian Policy 3.8.2 [ gregor herrmann ] * debian/control: bump (build) dependency on libclass-mop-perl to >= 0.87. -- Ryan Niebur Mon, 22 Jun 2009 13:16:26 -0700 libmoose-perl (0.80-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * New upstream release * debian/rules: Minimize for dh 7 usage. * debian/copyright: Update debian-packaging copyright information. [ gregor herrmann ] * debian/control: bump (build) dependency on libclass-mop-perl to >= 0.85. -- Salvatore Bonaccorso Sun, 07 Jun 2009 13:54:43 +0200 libmoose-perl (0.79-1) unstable; urgency=low * New upstream release -- Brian Cassidy Wed, 13 May 2009 15:57:48 -0300 libmoose-perl (0.78-1) unstable; urgency=low * New upstream release * debian/control: specifically depend on libtest-exception-perl >= 0.27 -- Brian Cassidy Wed, 13 May 2009 10:56:52 -0300 libmoose-perl (0.77-1) unstable; urgency=low * New upstream release -- Ryan Niebur Sun, 03 May 2009 12:26:42 -0700 libmoose-perl (0.76-1) unstable; urgency=low * New upstream release * debian/control: Update libclass-mop-perl and libtest-output-perl deps -- Brian Cassidy Mon, 27 Apr 2009 15:45:18 -0300 libmoose-perl (0.75-1) unstable; urgency=low [ Brian Cassidy ] * New upstream release [ gregor herrmann ] * debian/copyright: update formatting and list of debian/* contributors. -- Brian Cassidy Mon, 20 Apr 2009 15:33:02 -0300 libmoose-perl (0.74-1) unstable; urgency=low * New upstream release * update dependencies on libclass-mop-perl -- Ryan Niebur Tue, 07 Apr 2009 22:07:35 -0700 libmoose-perl (0.73-1) unstable; urgency=low * New upstream release * add dependency on libdata-optlist-perl * Debian policy 3.8.1 * add myself to uploaders * add libtest-output-perl to B-D-I -- Ryan Niebur Thu, 02 Apr 2009 19:52:04 -0700 libmoose-perl (0.72-1) unstable; urgency=low * New upstream release * debian/control + raise B-D-I and Depends version for libclass-mop-perl + update my email address * debian/copyright + update upstream copyright years + update inc/* copyright years -- Rene Mayorga Wed, 04 Mar 2009 17:03:43 -0600 libmoose-perl (0.70-1) unstable; urgency=low * New upstream release * debian/control: + updated deps + removed module-build dep -- Brian Cassidy Wed, 18 Feb 2009 09:51:48 -0400 libmoose-perl (0.68-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyżaniak (eloy) Mon, 09 Feb 2009 12:25:25 +0100 libmoose-perl (0.67-1) unstable; urgency=low * New upstream release * debian/copyright: update years of packaging copyright. -- Krzysztof Krzyżaniak (eloy) Wed, 04 Feb 2009 11:04:29 +0100 libmoose-perl (0.65-1) unstable; urgency=low * New upstream release * debian/control: + update depedencies + add myself to Uploaders -- Brian Cassidy Fri, 23 Jan 2009 09:20:24 -0400 libmoose-perl (0.64-1) unstable; urgency=low * New upstream release. * Bump (build) dependency on libclass-mop-perl to >= 0.75. * Add libdbm-deep-perl and libdatetime-format-mysql-perl to Build-Depends-Indep. * debian/copyright: update years of packaging copyright. -- gregor herrmann Thu, 01 Jan 2009 17:37:27 +0100 libmoose-perl (0.63-1) unstable; urgency=low * New upstream release. * Make (build) dependency on liblist-moreutils-perl versioned. * Bump (build) dependency on libclass-mop-perl to >= 0.72. -- gregor herrmann Sat, 13 Dec 2008 04:21:05 +0100 libmoose-perl (0.62-1) unstable; urgency=low [ Jose Luis Rivas ] * fixed missing "files:" stanza on debian/copyright. [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * New upstream release. * Bump versioned (build) dependency on libclass-mop-perl to >= 0.71. * Remove lintian-overrides, not needed any more. -- gregor herrmann Sun, 30 Nov 2008 17:24:35 +0100 libmoose-perl (0.61-1) unstable; urgency=low [ Jose Luis Rivas ] * New upstream release * Refreshed debian/copyright. * Added me as Uploader. [ gregor herrmann ] * Bump versioned (build) dependency on libclass-mop-perl to >= 0.68. -- Jose Luis Rivas Mon, 10 Nov 2008 10:51:37 -0430 libmoose-perl (0.60-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyżaniak (eloy) Tue, 28 Oct 2008 12:07:32 +0100 libmoose-perl (0.59-1) unstable; urgency=low [ Krzysztof Krzyżaniak (eloy) ] * Added debian/NEWS about incompatible change. [ Ansgar Burchardt ] * Add missing dependency on liblist-moreutils-perl [ gregor herrmann ] * New upstream release. * Bump (build) dependency on libclass-mop-perl to >= 0.67. * Refresh debian/rules, no functional changes. -- Ansgar Burchardt Thu, 02 Oct 2008 01:01:43 +0200 libmoose-perl (0.57-1) unstable; urgency=low * New upstream release - bump libclass-mop-perl dependency to 0.65 - add Dave (autarch) Rolsky to the contributors list * add libtest-warn-perl to B-D-I for additional test coverage -- Damyan Ivanov Fri, 12 Sep 2008 00:28:59 +0300 libmoose-perl (0.55-1) unstable; urgency=low * New upstream release * debian/control: Bump (build-) dependency on libclass-mop-perl to >= 0.64 * debian/copyright: fix lintian warning * debian/lintian-overrides: update -- Krzysztof Krzyżaniak (eloy) Tue, 05 Aug 2008 10:41:25 +0200 libmoose-perl (0.54-1) unstable; urgency=low * New upstream release. * Add copyright/license information for files under inc/. -- gregor herrmann Sat, 05 Jul 2008 02:54:50 +0200 libmoose-perl (0.51-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyżaniak (eloy) Mon, 30 Jun 2008 12:57:46 +0200 libmoose-perl (0.50-1) unstable; urgency=low * New upstream release * debian/control: + Bump (build-) dependency on libclass-mop-perl to >= 0.60 -- Krzysztof Krzyżaniak (eloy) Fri, 13 Jun 2008 10:22:15 +0200 libmoose-perl (0.48-1) unstable; urgency=low [ Krzysztof Krzyżaniak (eloy) ] * debian/control: Standards-Version updated to 3.8.0.1 (no changes) [ gregor herrmann ] * New upstream release. [ Damyan Ivanov ] * New upstream release * Bump (build-) dependency on libclass-mop-perl to >= 0.57 -- Damyan Ivanov Sat, 07 Jun 2008 22:25:20 +0300 libmoose-perl (0.44-1) unstable; urgency=low * New upstream release. * debian/control: change my email address. * debian/control: add libmodule-refresh-perl to build dependencies to enable an additional test. * Add lintian overrides for some manpage-has-errors-from-man warnings, which are caused by long URLs. -- gregor herrmann Sun, 11 May 2008 15:03:39 +0200 libmoose-perl (0.43-1) unstable; urgency=low * New upstream release * debian/rules: use simple example not minimal * debian/control: narrow dependency from libclass-mop-perl (>= 0.55) and perl (>= 5.10) -- Krzysztof Krzyżaniak (eloy) Tue, 06 May 2008 10:41:55 +0200 libmoose-perl (0.42-1) unstable; urgency=low * New upstream release * Package migrated to debhelper 7, debian/rules and debian/compat changed accordingly. -- Krzysztof Krzyżaniak (eloy) Wed, 30 Apr 2008 12:53:28 +0200 libmoose-perl (0.40-1) unstable; urgency=low * New upstream release. -- Roberto C. Sanchez Sun, 16 Mar 2008 02:59:31 -0400 libmoose-perl (0.38-1) unstable; urgency=low * New upstream release. * Bump (build) dependency on libclass-mop-perl to >= 0.53. * Drop patch manpage-whatis.patch, the upstream code now contains the massing whatis entries; drop quilt framework. -- gregor herrmann Sun, 17 Feb 2008 15:59:31 +0100 libmoose-perl (0.36-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. * debian/rules: delete /usr/lib/perl5 only if it exists. * debian/copyright: update years of copyright. * Set debhelper compatibility level to 6. * Bump dependency on libclass-mop-perl to >= 0.52. * debian/watch: use improved regexp for matching upstream tarballs. [ Damyan Ivanov ] * add manpage-whatis.patch, fixing manpage whatis entries. + added quilt to debian/rules and Build-Depends * debian/rules: use Module::Build instead of MakeMaker + no need to remove empty usr/share/perl5 dir * add libregexp-common-perl and liblocale-us-perl to B-D-I to enable more tests -- Damyan Ivanov Fri, 08 Feb 2008 23:21:55 +0200 libmoose-perl (0.33-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.7.3 (no further changes needed). * Bump versioned dependency on libclass-mop-perl to 0.49. * Drop patch man-whatis.patch, now applied in upstream code, and quilt framework. * debian/copyright: add additional contributor. * debian/rules: remove empty /usr/lib/perl5 directory. -- gregor herrmann Mon, 17 Dec 2007 21:37:31 +0100 libmoose-perl (0.31-1) unstable; urgency=low [ Gregor Herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). Removed: XS-Vcs-Svn fields. [Rene Mayorga] * New upstream release + Closes: #453218 -- FTBFS * debian/rules + change from Build.PL to Makefile.PL at build, clean and install targets * debian/control + raise the versioned B-Dep-I for libclass-mop-perl + set Standards-policy to 3.7.2 + add myself to uploaders [ Niko Tyni ] * Fix the last Build.PL reference in the clean target. * Raise the versioned libclass-mop-perl dependency as well. + Set the dependencies to 0.47 (as specified by upstream) instead of 0.48-1 (the Debian version) to ease backporting. * Update debian/watch. * Other dependency updates: + add libsub-name-perl (>= 0.02) + version libsub-exporter-perl (>= 0.972) + remove libuniversal-require-perl + libtest-longstring-perl is only a build dependency now [ Damyan Ivanov ] * Do not install redundant README * Add upstream contributors to debian/copyright * Use author-neutral upsteam URL * debian/rules + fix inter-target dependencies to allow parallel build + use proper DESTDIR and PREFIX when installing * Add trailing slash to watch directory to avoid a http redirect * Add manpage-whatis.patch to correct bad whatis entry + Add quilt to Build-Depends and debian/rules -- Damyan Ivanov Fri, 30 Nov 2007 09:31:28 +0200 libmoose-perl (0.26-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. * Wrap Build-Depends-Indep line in debian/control. * Bump versioned dependency on libclass-mop-perl. * Add missing Homepage field to source stanza in debian/control. [ Damyan Ivanov ] * Move testsuite from install to build target * Move dh_clean $stamp_files before distclean -- Damyan Ivanov Fri, 28 Sep 2007 23:00:10 +0300 libmoose-perl (0.25-1) unstable; urgency=low * New upstream release * Freshen-up debian/copyright information * Bumped debian/compat to 5 * debian/watch - version 3 * Dropped setting OPTIMIZE to some gcc-related values * Dropped unused dh_strip and dh_strip calls * Added myself to Uploaders: (and wrapped it) -- Damyan Ivanov Fri, 17 Aug 2007 12:07:17 +0300 libmoose-perl (0.24-2) UNRELEASED; urgency=low * Correct versioned build dependency on libclass-mop-perl. -- gregor herrmann Fri, 27 Jul 2007 12:38:14 +0200 libmoose-perl (0.24-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Wed, 11 Jul 2007 13:09:15 +0200 libmoose-perl (0.21-1) unstable; urgency=low * New upstream release. * Add libtest-deep-perl to Build-Depends-Indep. -- gregor herrmann Sat, 19 May 2007 00:30:50 +0200 libmoose-perl (0.20-1) unstable; urgency=low * New upstream release * debian/control: libclass-mop-perl increased version dependency to (>= 0.37) -- Krzysztof Krzyzaniak (eloy) Thu, 19 Apr 2007 13:57:03 +0200 libmoose-perl (0.17-2) unstable; urgency=low * Fix typos in Description -- Frank Lichtenheld Sat, 2 Dec 2006 00:24:42 +0100 libmoose-perl (0.17-1) unstable; urgency=low * New upstream release. * Bump versioned (build) dependency on libclass-mop-perl to (>= 0.36). -- gregor herrmann Sun, 19 Nov 2006 19:38:14 +0100 libmoose-perl (0.13-1) unstable; urgency=low * New upstream release. * Bump versioned dependency on libclass-mop-perl to >= 0.35 (cf. upstream changelog). * Add libio-string-perl to build dependencies, used by tests at build time. -- gregor herrmann Sun, 8 Oct 2006 18:32:47 +0200 libmoose-perl (0.12-1) unstable; urgency=low * New upstream release. * Add liburi-perl to build dependencies. -- gregor herrmann Sat, 2 Sep 2006 19:22:54 +0200 libmoose-perl (0.11-1) unstable; urgency=low * New upstream release. * Added libtest-pod-perl and libtest-pod-coverage-perl to the Build Dependencies. * Removed full stop at the end of the short description. -- gregor herrmann Fri, 14 Jul 2006 22:17:06 +0200 libmoose-perl (0.10-1) unstable; urgency=low * New upstream release * debian/control: + libtest-longstring-perl added to dependencies -- Krzysztof Krzyzaniak (eloy) Fri, 7 Jul 2006 16:47:06 +0200 libmoose-perl (0.05-1) unstable; urgency=low * New upstream release * debian/control: - libsub-exporter-perl added to dependencies * debian/compat: - increased to 5 -- Krzysztof Krzyzaniak (eloy) Fri, 28 Apr 2006 16:34:44 +0200 libmoose-perl (0.04-1) unstable; urgency=low * New upstream release (closes: #364613) -- Krzysztof Krzyzaniak (eloy) Mon, 24 Apr 2006 15:28:22 +0200 libmoose-perl (0.03-1) unstable; urgency=low * Initial Release. -- Krzysztof Krzyzaniak (eloy) Wed, 12 Apr 2006 12:31:52 +0200 debian/copyright0000644000000000000000000000343412206664324011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Moose Upstream-Contact: Stevan Little Source: https://metacpan.org/release/Moose/ Files: * Copyright: 2013, Infinity Interactive, Inc. License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2009, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: debian/* Copyright: 2006-2010, gregor herrmann 2008-2010, Ansgar Burchardt 2009-2010, Jonathan Yu 2009-2010, Salvatore Bonaccorso 2006-2009, Krzysztof Krzyzaniak (eloy) 2009, Brian Cassidy 2009, Iulian Udrea 2009, Rene Mayorga 2009, Ryan Niebur 2007-2008, Damyan Ivanov 2008, Jose Luis Rivas 2008, Roberto C. Sanchez 2006, Frank Lichtenheld 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/rules0000755000000000000000000000125212206664324010253 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ # Do not install the moose-outdated script. It is only needed to # check for installed modules that conflicts with Moose, on Debian systems # this is already done by the maintainers of libmoose-perl (using the proper # fields in debian/control), hence there's no reason to get it installed. override_dh_auto_install: dh_auto_install $(RM) -v $(TMP)/usr/bin/moose-outdated rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/bin $(RM) $(TMP)/usr/share/man/man3/Moose::Error::Util.3pm \ $(TMP)/usr/share/man/man3/Moose::Util::TypeConstraints::Builtins.3pm