r21825 - in /trunk/libio-all-perl: ./ debian/ inc/Module/ inc/Module/Install/ lib/IO/ lib/IO/All/ t/

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Wed Jun 18 08:34:42 UTC 2008


Author: eloy
Date: Wed Jun 18 08:34:41 2008
New Revision: 21825

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21825
Log:
  * New upstream release
  * debian/control:
   + Standards-Version upgraded to 3.8.0.1 (no changes)
   + B-D: upgraded to debhelper >= 7
   + Uploaders: added me
  * debian/compat:
   + bumped to 7 (no changes)
  * debian/copyright:
   + changed link to upstream version
  * debian/rules:
   + used /usr/share/doc/debhelper/examples/rules.simple


Added:
    trunk/libio-all-perl/lib/IO/All/Base.pm
      - copied unchanged from r21824, branches/upstream/libio-all-perl/current/lib/IO/All/Base.pm
    trunk/libio-all-perl/t/accept.t
      - copied unchanged from r21824, branches/upstream/libio-all-perl/current/t/accept.t
    trunk/libio-all-perl/t/encoding.t
      - copied unchanged from r21824, branches/upstream/libio-all-perl/current/t/encoding.t
    trunk/libio-all-perl/t/import_flags.t
      - copied unchanged from r21824, branches/upstream/libio-all-perl/current/t/import_flags.t
    trunk/libio-all-perl/t/new.t
      - copied unchanged from r21824, branches/upstream/libio-all-perl/current/t/new.t
    trunk/libio-all-perl/t/string_open.t
      - copied unchanged from r21824, branches/upstream/libio-all-perl/current/t/string_open.t
    trunk/libio-all-perl/t/text.big5
      - copied unchanged from r21824, branches/upstream/libio-all-perl/current/t/text.big5
    trunk/libio-all-perl/t/text.utf8
      - copied unchanged from r21824, branches/upstream/libio-all-perl/current/t/text.utf8
    trunk/libio-all-perl/t/xxx.t
      - copied unchanged from r21824, branches/upstream/libio-all-perl/current/t/xxx.t
Removed:
    trunk/libio-all-perl/t/spiffy.t
Modified:
    trunk/libio-all-perl/Changes
    trunk/libio-all-perl/MANIFEST
    trunk/libio-all-perl/META.yml
    trunk/libio-all-perl/Makefile.PL
    trunk/libio-all-perl/README
    trunk/libio-all-perl/debian/changelog
    trunk/libio-all-perl/debian/compat
    trunk/libio-all-perl/debian/control
    trunk/libio-all-perl/debian/copyright
    trunk/libio-all-perl/debian/rules
    trunk/libio-all-perl/inc/Module/Install.pm
    trunk/libio-all-perl/inc/Module/Install/Base.pm
    trunk/libio-all-perl/inc/Module/Install/Can.pm
    trunk/libio-all-perl/inc/Module/Install/Fetch.pm
    trunk/libio-all-perl/inc/Module/Install/Makefile.pm
    trunk/libio-all-perl/inc/Module/Install/Metadata.pm
    trunk/libio-all-perl/inc/Module/Install/Win32.pm
    trunk/libio-all-perl/inc/Module/Install/WriteAll.pm
    trunk/libio-all-perl/lib/IO/All.pm
    trunk/libio-all-perl/lib/IO/All.pod
    trunk/libio-all-perl/lib/IO/All/DBM.pm
    trunk/libio-all-perl/lib/IO/All/Dir.pm
    trunk/libio-all-perl/lib/IO/All/File.pm
    trunk/libio-all-perl/lib/IO/All/Filesys.pm
    trunk/libio-all-perl/lib/IO/All/Link.pm
    trunk/libio-all-perl/lib/IO/All/MLDBM.pm
    trunk/libio-all-perl/lib/IO/All/Pipe.pm
    trunk/libio-all-perl/lib/IO/All/STDIO.pm
    trunk/libio-all-perl/lib/IO/All/Socket.pm
    trunk/libio-all-perl/lib/IO/All/String.pm
    trunk/libio-all-perl/lib/IO/All/Temp.pm
    trunk/libio-all-perl/t/IO_Dumper.pm
    trunk/libio-all-perl/t/chdir.t
    trunk/libio-all-perl/t/construct.t
    trunk/libio-all-perl/t/file_spec.t
    trunk/libio-all-perl/t/fileno.t
    trunk/libio-all-perl/t/inline_subclass.t
    trunk/libio-all-perl/t/input.t
    trunk/libio-all-perl/t/lock.t
    trunk/libio-all-perl/t/pipe.t
    trunk/libio-all-perl/t/stat.t

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/libio-all-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/Changes?rev=21825&op=diff

Modified: trunk/libio-all-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/MANIFEST?rev=21825&op=diff

Modified: trunk/libio-all-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/META.yml?rev=21825&op=diff

Modified: trunk/libio-all-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/Makefile.PL?rev=21825&op=diff

Modified: trunk/libio-all-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/README?rev=21825&op=diff

Modified: trunk/libio-all-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/changelog?rev=21825&op=diff

Modified: trunk/libio-all-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/compat?rev=21825&op=diff

Modified: trunk/libio-all-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/control?rev=21825&op=diff

Modified: trunk/libio-all-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/copyright?rev=21825&op=diff

Modified: trunk/libio-all-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/rules?rev=21825&op=diff

Modified: trunk/libio-all-perl/inc/Module/Install.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/inc/Module/Install.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/inc/Module/Install/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/inc/Module/Install/Base.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/inc/Module/Install/Can.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/inc/Module/Install/Can.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/inc/Module/Install/Fetch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/inc/Module/Install/Fetch.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/inc/Module/Install/Makefile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/inc/Module/Install/Makefile.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/inc/Module/Install/Metadata.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/inc/Module/Install/Metadata.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/inc/Module/Install/Win32.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/inc/Module/Install/Win32.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/inc/Module/Install/WriteAll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/inc/Module/Install/WriteAll.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/lib/IO/All.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/lib/IO/All.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/lib/IO/All.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/lib/IO/All.pod?rev=21825&op=diff

Modified: trunk/libio-all-perl/lib/IO/All/DBM.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/lib/IO/All/DBM.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/lib/IO/All/Dir.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/lib/IO/All/Dir.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/lib/IO/All/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/lib/IO/All/File.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/lib/IO/All/Filesys.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/lib/IO/All/Filesys.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/lib/IO/All/Link.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/lib/IO/All/Link.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/lib/IO/All/MLDBM.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/lib/IO/All/MLDBM.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/lib/IO/All/Pipe.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/lib/IO/All/Pipe.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/lib/IO/All/STDIO.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/lib/IO/All/STDIO.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/lib/IO/All/Socket.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/lib/IO/All/Socket.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/lib/IO/All/String.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/lib/IO/All/String.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/lib/IO/All/Temp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/lib/IO/All/Temp.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/t/IO_Dumper.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/t/IO_Dumper.pm?rev=21825&op=diff

Modified: trunk/libio-all-perl/t/chdir.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/t/chdir.t?rev=21825&op=diff

Modified: trunk/libio-all-perl/t/construct.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/t/construct.t?rev=21825&op=diff

Modified: trunk/libio-all-perl/t/file_spec.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/t/file_spec.t?rev=21825&op=diff

Modified: trunk/libio-all-perl/t/fileno.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/t/fileno.t?rev=21825&op=diff

Modified: trunk/libio-all-perl/t/inline_subclass.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/t/inline_subclass.t?rev=21825&op=diff

Modified: trunk/libio-all-perl/t/input.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/t/input.t?rev=21825&op=diff

Modified: trunk/libio-all-perl/t/lock.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/t/lock.t?rev=21825&op=diff

Modified: trunk/libio-all-perl/t/pipe.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/t/pipe.t?rev=21825&op=diff

Modified: trunk/libio-all-perl/t/stat.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/t/stat.t?rev=21825&op=diff




More information about the Pkg-perl-cvs-commits mailing list