debian/0000755000000000000000000000000011725505552007175 5ustar debian/copyright0000644000000000000000000000201711725505552011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: File-Inplace Source: http://search.cpan.org/dist/File-Inplace/ Upstream-Contact: Chip Turnen Files: * Copyright: 2005, Chip Turner License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, 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/watch0000644000000000000000000000016511725505552010230 0ustar version=3 http://search.cpan.org/dist/File-Inplace/ .*/File-Inplace-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000231311725505552010577 0ustar Source: libfile-inplace-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-inplace-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-inplace-perl.git Homepage: http://search.cpan.org/dist/File-Inplace/ Package: libfile-inplace-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to ease editing a file in-place File::Inplace is a perl module intended to ease the common task of editing a file in-place. Inspired by variations of perl's -i option, this module is intended for somewhat more structured and reusable editing than command line perl typically allows. File::Inplace endeavors to guarantee file integrity; that is, either all of the changes made will be saved to the file, or none will. It also offers functionality such as backup creation, automatic field splitting per-line, automatic chomping/unchomping, and aborting edits partially through without affecting the original file. debian/changelog0000644000000000000000000000025311725505552011047 0ustar libfile-inplace-perl (0.20-1) unstable; urgency=low * Initial Release (Closes: #662797). -- Salvatore Bonaccorso Tue, 06 Mar 2012 23:01:11 +0100 debian/rules0000755000000000000000000000003611725505552010254 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011725505552010475 5ustar debian/source/format0000644000000000000000000000001411725505552011703 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211725505552010373 0ustar 8 debian/patches/0000755000000000000000000000000011725505552010624 5ustar debian/patches/series0000644000000000000000000000005211725505552012036 0ustar fix-manpage-has-errors-from-pod2man.patch debian/patches/fix-manpage-has-errors-from-pod2man.patch0000644000000000000000000000064511725505552020430 0ustar Description: Fix errors in POD Origin: vendor Bug: http://rt.cpan.org/Public/Bug/Display.html?id=75577 Forwarded: yes Author: Salvatore Bonaccorso Last-Update: 2012-03-06 --- a/lib/File/Inplace.pm +++ b/lib/File/Inplace.pm @@ -280,8 +280,12 @@ =back +=back + =head1 INSTANCE METHODS +=over 4 + =item $editor->next_line () In scalar context, it returns the next line of the input file, or