debian/0000755000000000000000000000000011646471436007202 5ustar debian/copyright0000644000000000000000000000246011646471436011137 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Steve Purkis Source: http://search.cpan.org/dist/accessors/ Name: accessors Files: * Copyright: 2003-2011, Steve Purkis License: Artistic or GPL-1+ X-Comment: The META.yml in the distribution refers to: . resources: license: http://dev.perl.org/licenses/ . The copyright clarifications was confirmed to Guido Günther : . http://lists.debian.org/debian-perl/2011/10/msg00034.html Files: debian/* Copyright: 2011, Salvatore Bonaccorso 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/watch0000644000000000000000000000015711646471436010236 0ustar version=3 http://search.cpan.org/dist/accessors/ .*/accessors-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000236111646471436010607 0ustar Source: libaccessors-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Build-Depends: debhelper (>= 8), perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libaccessors-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libaccessors-perl.git Homepage: http://search.cpan.org/dist/accessors/ Package: libaccessors-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to create accessor methods in caller's package The accessors pragma lets you create simple accessors at compile-time. . This saves you from writing them by hand, which tends to result in cut-n-paste errors and a mess of duplicated code. It can also help you reduce the ammount of unwanted direct-variable access that may creep into your codebase when you're feeling lazy. accessors was designed with laziness in mind. . Method-chaining accessors are generated by default. Note that you can still use accessors::chained directly for reasons of backwards compatibility. . See accessors::classic for accessors that always return the current value if you don't like method chaining. debian/changelog0000644000000000000000000000025011646471436011051 0ustar libaccessors-perl (1.01-1) unstable; urgency=low * Initial Release (Closes: #645233). -- Salvatore Bonaccorso Sun, 16 Oct 2011 07:58:01 +0200 debian/rules0000755000000000000000000000003611646471436010261 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011646471436010502 5ustar debian/source/format0000644000000000000000000000001411646471436011710 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211646471436010400 0ustar 8 debian/patches/0000755000000000000000000000000011646471436010631 5ustar debian/patches/fix-spelling-error-in-manpage.patch0000644000000000000000000000172311646471436017417 0ustar Description: Fix speling error in manpage Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=71663 Forwarded: yes Author: Salvatore Bonaccorso Last-Update: 2011-10-13 --- a/lib/accessors.pm +++ b/lib/accessors.pm @@ -107,7 +107,7 @@ laziness in mind. Method-chaining accessors are generated by default. Note that you can still -use L directly for reasons of backwards compatability. +use L directly for reasons of backwards compatibility. See L for accessors that always return the current value if you don't like method chaining. --- a/lib/accessors/classic.pm +++ b/lib/accessors/classic.pm @@ -57,7 +57,7 @@ They I return the current value. Note that there is I dash (C<->) prepended to the property name as there -are in L. This is for backwards compatability. +are in L. This is for backwards compatibility. =head1 PERFORMANCE debian/patches/series0000644000000000000000000000004411646471436012044 0ustar fix-spelling-error-in-manpage.patch