[libio-all-perl] 01/04: Imported Upstream version 0.63

gregor herrmann gregoa at debian.org
Thu Jun 12 16:39:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libio-all-perl.

commit 6f5caa033c39b5a0532f8a6e629c1602d1ac461f
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 12 18:32:09 2014 +0200

    Imported Upstream version 0.63
---
 Changes                |  4 ++++
 MANIFEST               | 11 +++++++++++
 META.yml               |  2 +-
 Makefile.PL            |  2 +-
 lib/IO/All.pm          |  2 +-
 lib/IO/All.pod         |  6 ++++++
 lib/IO/All/Base.pm     |  2 +-
 lib/IO/All/DBM.pm      | 31 +------------------------------
 lib/IO/All/DBM.pod     | 34 ++++++++++++++++++++++++++++++++++
 lib/IO/All/Dir.pm      | 31 +------------------------------
 lib/IO/All/Dir.pod     | 34 ++++++++++++++++++++++++++++++++++
 lib/IO/All/File.pm     | 31 +------------------------------
 lib/IO/All/File.pod    | 34 ++++++++++++++++++++++++++++++++++
 lib/IO/All/Filesys.pm  | 31 ++-----------------------------
 lib/IO/All/Filesys.pod | 34 ++++++++++++++++++++++++++++++++++
 lib/IO/All/Link.pm     | 31 +------------------------------
 lib/IO/All/Link.pod    | 34 ++++++++++++++++++++++++++++++++++
 lib/IO/All/MLDBM.pm    | 31 +------------------------------
 lib/IO/All/MLDBM.pod   | 34 ++++++++++++++++++++++++++++++++++
 lib/IO/All/Pipe.pm     | 31 +------------------------------
 lib/IO/All/Pipe.pod    | 34 ++++++++++++++++++++++++++++++++++
 lib/IO/All/STDIO.pm    | 31 +------------------------------
 lib/IO/All/STDIO.pod   | 34 ++++++++++++++++++++++++++++++++++
 lib/IO/All/Socket.pm   | 31 +------------------------------
 lib/IO/All/Socket.pod  | 34 ++++++++++++++++++++++++++++++++++
 lib/IO/All/String.pm   |  2 +-
 lib/IO/All/String.pod  | 34 ++++++++++++++++++++++++++++++++++
 lib/IO/All/Temp.pm     | 31 +------------------------------
 lib/IO/All/Temp.pod    | 34 ++++++++++++++++++++++++++++++++++
 29 files changed, 411 insertions(+), 304 deletions(-)

diff --git a/Changes b/Changes
index 1f4c66e..777c512 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.63 Sun Jun  8 12:45:43 PDT 2014
+ - Add coveralls badge
+ - Finish porting pod to kwim
+
 0.62 Sat Jun  7 13:36:32 PDT 2014
  - Convert release to Zilla::Dist
  - Start converting doc to Kwim
diff --git a/MANIFEST b/MANIFEST
index 7b08393..b51d8b4 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -10,16 +10,27 @@ lib/IO/All.pm
 lib/IO/All.pod
 lib/IO/All/Base.pm
 lib/IO/All/DBM.pm
+lib/IO/All/DBM.pod
 lib/IO/All/Dir.pm
+lib/IO/All/Dir.pod
 lib/IO/All/File.pm
+lib/IO/All/File.pod
 lib/IO/All/Filesys.pm
+lib/IO/All/Filesys.pod
 lib/IO/All/Link.pm
+lib/IO/All/Link.pod
 lib/IO/All/MLDBM.pm
+lib/IO/All/MLDBM.pod
 lib/IO/All/Pipe.pm
+lib/IO/All/Pipe.pod
 lib/IO/All/STDIO.pm
+lib/IO/All/STDIO.pod
 lib/IO/All/Socket.pm
+lib/IO/All/Socket.pod
 lib/IO/All/String.pm
+lib/IO/All/String.pod
 lib/IO/All/Temp.pm
+lib/IO/All/Temp.pod
 t/IO_All_Test.pm
 t/IO_Dumper.pm
 t/RT81224.t
diff --git a/META.yml b/META.yml
index 4919afc..37f08b5 100644
--- a/META.yml
+++ b/META.yml
@@ -25,4 +25,4 @@ resources:
   bugtracker: https://github.com/ingydotnet/io-all-pm/issues
   homepage: https://github.com/ingydotnet/io-all-pm
   repository: https://github.com/ingydotnet/io-all-pm.git
-version: '0.62'
+version: '0.63'
diff --git a/Makefile.PL b/Makefile.PL
index dc96a58..84bbd19 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -23,7 +23,7 @@ my %WriteMakefileArgs = (
     "Cwd" => 0,
     "Scalar::Util" => 0
   },
-  "VERSION" => "0.62",
+  "VERSION" => "0.63",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff --git a/lib/IO/All.pm b/lib/IO/All.pm
index 945f35e..86f901a 100755
--- a/lib/IO/All.pm
+++ b/lib/IO/All.pm
@@ -1,5 +1,5 @@
 package IO::All;
-$IO::All::VERSION = '0.62';
+$IO::All::VERSION = '0.63';
 use 5.006001;
 use strict;
 use warnings;
diff --git a/lib/IO/All.pod b/lib/IO/All.pod
index 5450886..6ab6c69 100644
--- a/lib/IO/All.pod
+++ b/lib/IO/All.pod
@@ -10,6 +10,12 @@ See http://github.com/ingydotnet/kwim-pm#readme
 
 IO::All - IO::All of it to Graham and Damian!
 
+=for html
+<a href="https://travis-ci.org/ingydotnet/io-all-pm"><img src="https://travis-ci.org/ingydotnet/io-all-pm.png" alt="io-all-pm"></a>
+
+=for html
+<a href="https://coveralls.io/r/ingydotnet/io-all-pm?branch=master"><img src="https://coveralls.io/repos/ingydotnet/io-all-pm/badge.png" alt="io-all-pm"></a>
+
 =head1 SYNOPSIS
 
 First, some safe examples:
diff --git a/lib/IO/All/Base.pm b/lib/IO/All/Base.pm
index efb3bb7..81ae8ec 100644
--- a/lib/IO/All/Base.pm
+++ b/lib/IO/All/Base.pm
@@ -1,5 +1,5 @@
 package IO::All::Base;
-$IO::All::Base::VERSION = '0.62';
+$IO::All::Base::VERSION = '0.63';
 use strict;
 use warnings;
 use Fcntl;
diff --git a/lib/IO/All/DBM.pm b/lib/IO/All/DBM.pm
index e62a1c1..e928235 100644
--- a/lib/IO/All/DBM.pm
+++ b/lib/IO/All/DBM.pm
@@ -1,5 +1,5 @@
 package IO::All::DBM;
-$IO::All::DBM::VERSION = '0.62';
+$IO::All::DBM::VERSION = '0.63';
 use strict;
 use warnings;
 use IO::All::File -base;
@@ -90,33 +90,4 @@ sub add_utf8_dbm_filter {
     $db->filter_fetch_value(sub { utf8::decode($_) });
 }
 
-=encoding utf8
-
-=head1 NAME
-
-IO::All::DBM - DBM Support for IO::All
-
-=head1 SYNOPSIS
-
-See L<IO::All>.
-
-=head1 DESCRIPTION
-
-=head1 AUTHOR
-
-Ingy döt Net <ingy at cpan.org>
-
-=head1 COPYRIGHT
-
-Copyright (c) 2004-2005. Brian Ingerson.
-
-Copyright (c) 2006-2014. Ingy döt Net.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-See http://www.perl.com/perl/misc/Artistic.html
-
-=cut
-
 1;
diff --git a/lib/IO/All/DBM.pod b/lib/IO/All/DBM.pod
new file mode 100644
index 0000000..4e6375a
--- /dev/null
+++ b/lib/IO/All/DBM.pod
@@ -0,0 +1,34 @@
+=pod
+
+=for comment
+DO NOT EDIT. This Pod was generated by Kwim.
+See http://github.com/ingydotnet/kwim-pm#readme
+
+=encoding utf8
+
+=head1 NAME
+
+IO::All::DBM - DBM Support for IO::All
+
+=head1 SYNOPSIS
+
+See L<IO::All>.
+
+=head1 DESCRIPTION
+
+=head1 AUTHOR
+
+Ingy döt Net <ingy at cpan.org>
+
+=head1 COPYRIGHT
+
+Copyright (c) 2004-2005. Brian Ingerson.
+
+Copyright (c) 2006-2014. Ingy döt Net.
+
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+See L<http://www.perl.com/perl/misc/Artistic.html>
+
+=cut
diff --git a/lib/IO/All/Dir.pm b/lib/IO/All/Dir.pm
index 3a97586..02c5087 100644
--- a/lib/IO/All/Dir.pm
+++ b/lib/IO/All/Dir.pm
@@ -1,5 +1,5 @@
 package IO::All::Dir;
-$IO::All::Dir::VERSION = '0.62';
+$IO::All::Dir::VERSION = '0.63';
 use strict;
 use warnings;
 use Scalar::Util 'blessed';
@@ -245,33 +245,4 @@ sub overload_as_hash {
     };
 }
 
-=encoding utf8
-
-=head1 NAME
-
-IO::All::Dir - Directory Support for IO::All
-
-=head1 SYNOPSIS
-
-See L<IO::All>.
-
-=head1 DESCRIPTION
-
-=head1 AUTHOR
-
-Ingy döt Net <ingy at cpan.org>
-
-=head1 COPYRIGHT
-
-Copyright (c) 2004-2005. Brian Ingerson.
-
-Copyright (c) 2006-2014. Ingy döt Net.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-See http://www.perl.com/perl/misc/Artistic.html
-
-=cut
-
 1;
diff --git a/lib/IO/All/Dir.pod b/lib/IO/All/Dir.pod
new file mode 100644
index 0000000..d42e1c3
--- /dev/null
+++ b/lib/IO/All/Dir.pod
@@ -0,0 +1,34 @@
+=pod
+
+=for comment
+DO NOT EDIT. This Pod was generated by Kwim.
+See http://github.com/ingydotnet/kwim-pm#readme
+
+=encoding utf8
+
+=head1 NAME
+
+IO::All::Dir - Directory Support for IO::All
+
+=head1 SYNOPSIS
+
+See L<IO::All>.
+
+=head1 DESCRIPTION
+
+=head1 AUTHOR
+
+Ingy döt Net <ingy at cpan.org>
+
+=head1 COPYRIGHT
+
+Copyright (c) 2004-2005. Brian Ingerson.
+
+Copyright (c) 2006-2014. Ingy döt Net.
+
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+See L<http://www.perl.com/perl/misc/Artistic.html>
+
+=cut
diff --git a/lib/IO/All/File.pm b/lib/IO/All/File.pm
index 1cc5bdf..9a2e783 100644
--- a/lib/IO/All/File.pm
+++ b/lib/IO/All/File.pm
@@ -1,5 +1,5 @@
 package IO::All::File;
-$IO::All::File::VERSION = '0.62';
+$IO::All::File::VERSION = '0.63';
 use strict;
 use warnings;
 use IO::All::Filesys -base;
@@ -256,33 +256,4 @@ sub overload_file_as_scalar {
     return \$scalar;
 }
 
-=encoding utf8
-
-=head1 NAME
-
-IO::All::File - File Support for IO::All
-
-=head1 SYNOPSIS
-
-See L<IO::All>.
-
-=head1 DESCRIPTION
-
-=head1 AUTHOR
-
-Ingy döt Net <ingy at cpan.org>
-
-=head1 COPYRIGHT
-
-Copyright (c) 2004-2005. Brian Ingerson.
-
-Copyright (c) 2006-2014. Ingy döt Net.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-See http://www.perl.com/perl/misc/Artistic.html
-
-=cut
-
 1;
diff --git a/lib/IO/All/File.pod b/lib/IO/All/File.pod
new file mode 100644
index 0000000..ace3d7d
--- /dev/null
+++ b/lib/IO/All/File.pod
@@ -0,0 +1,34 @@
+=pod
+
+=for comment
+DO NOT EDIT. This Pod was generated by Kwim.
+See http://github.com/ingydotnet/kwim-pm#readme
+
+=encoding utf8
+
+=head1 NAME
+
+IO::All::File - File Support for IO::All
+
+=head1 SYNOPSIS
+
+See L<IO::All>.
+
+=head1 DESCRIPTION
+
+=head1 AUTHOR
+
+Ingy döt Net <ingy at cpan.org>
+
+=head1 COPYRIGHT
+
+Copyright (c) 2004-2005. Brian Ingerson.
+
+Copyright (c) 2006-2014. Ingy döt Net.
+
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+See L<http://www.perl.com/perl/misc/Artistic.html>
+
+=cut
diff --git a/lib/IO/All/Filesys.pm b/lib/IO/All/Filesys.pm
index fc961af..bfbda99 100644
--- a/lib/IO/All/Filesys.pm
+++ b/lib/IO/All/Filesys.pm
@@ -1,5 +1,5 @@
 package IO::All::Filesys;
-$IO::All::Filesys::VERSION = '0.62';
+$IO::All::Filesys::VERSION = '0.63';
 use strict;
 use warnings;
 use IO::All::Base -base;
@@ -128,31 +128,4 @@ sub utime {
     return $self;
 }
 
-=encoding utf8
-
-=head1 NAME
-
-IO::All::Filesys - File System Methods Mixin for IO::All
-
-=head1 SYNOPSIS
-
-See L<IO::All>.
-
-=head1 DESCRIPTION
-
-=head1 AUTHOR
-
-Ingy döt Net <ingy at cpan.org>
-
-=head1 COPYRIGHT
-
-Copyright (c) 2004-2005. Brian Ingerson.
-
-Copyright (c) 2006-2014. Ingy döt Net.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-See http://www.perl.com/perl/misc/Artistic.html
-
-=cut
+1;
diff --git a/lib/IO/All/Filesys.pod b/lib/IO/All/Filesys.pod
new file mode 100644
index 0000000..f85596a
--- /dev/null
+++ b/lib/IO/All/Filesys.pod
@@ -0,0 +1,34 @@
+=pod
+
+=for comment
+DO NOT EDIT. This Pod was generated by Kwim.
+See http://github.com/ingydotnet/kwim-pm#readme
+
+=encoding utf8
+
+=head1 NAME
+
+IO::All::Filesys - File System Methods Mixin for IO::All
+
+=head1 SYNOPSIS
+
+See L<IO::All>.
+
+=head1 DESCRIPTION
+
+=head1 AUTHOR
+
+Ingy döt Net <ingy at cpan.org>
+
+=head1 COPYRIGHT
+
+Copyright (c) 2004-2005. Brian Ingerson.
+
+Copyright (c) 2006-2014. Ingy döt Net.
+
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+See L<http://www.perl.com/perl/misc/Artistic.html>
+
+=cut
diff --git a/lib/IO/All/Link.pm b/lib/IO/All/Link.pm
index b0b0bfe..808768b 100644
--- a/lib/IO/All/Link.pm
+++ b/lib/IO/All/Link.pm
@@ -1,5 +1,5 @@
 package IO::All::Link;
-$IO::All::Link::VERSION = '0.62';
+$IO::All::Link::VERSION = '0.63';
 use strict;
 use warnings;
 use IO::All::File -base;
@@ -56,33 +56,4 @@ sub target {
 
 sub exists { -l shift->pathname }
 
-=encoding utf8
-
-=head1 NAME
-
-IO::All::Link - Symbolic Link Support for IO::All
-
-=head1 SYNOPSIS
-
-See L<IO::All>.
-
-=head1 DESCRIPTION
-
-=head1 AUTHOR
-
-Ingy döt Net <ingy at cpan.org>
-
-=head1 COPYRIGHT
-
-Copyright (c) 2004-2005. Brian Ingerson.
-
-Copyright (c) 2006-2014. Ingy döt Net.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-See http://www.perl.com/perl/misc/Artistic.html
-
-=cut
-
 1;
diff --git a/lib/IO/All/Link.pod b/lib/IO/All/Link.pod
new file mode 100644
index 0000000..7afab13
--- /dev/null
+++ b/lib/IO/All/Link.pod
@@ -0,0 +1,34 @@
+=pod
+
+=for comment
+DO NOT EDIT. This Pod was generated by Kwim.
+See http://github.com/ingydotnet/kwim-pm#readme
+
+=encoding utf8
+
+=head1 NAME
+
+IO::All::Link - Link Support for IO::All
+
+=head1 SYNOPSIS
+
+See L<IO::All>.
+
+=head1 DESCRIPTION
+
+=head1 AUTHOR
+
+Ingy döt Net <ingy at cpan.org>
+
+=head1 COPYRIGHT
+
+Copyright (c) 2004-2005. Brian Ingerson.
+
+Copyright (c) 2006-2014. Ingy döt Net.
+
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+See L<http://www.perl.com/perl/misc/Artistic.html>
+
+=cut
diff --git a/lib/IO/All/MLDBM.pm b/lib/IO/All/MLDBM.pm
index b8b76db..fca41aa 100644
--- a/lib/IO/All/MLDBM.pm
+++ b/lib/IO/All/MLDBM.pm
@@ -1,5 +1,5 @@
 package IO::All::MLDBM;
-$IO::All::MLDBM::VERSION = '0.62';
+$IO::All::MLDBM::VERSION = '0.63';
 use strict;
 use warnings;
 use IO::All::DBM -base;
@@ -32,33 +32,4 @@ sub tie_dbm {
     $self->tied_file($hash);
 }
 
-=encoding utf8
-
-=head1 NAME
-
-IO::All::MLDBM - MLDBM Support for IO::All
-
-=head1 SYNOPSIS
-
-See L<IO::All>.
-
-=head1 DESCRIPTION
-
-=head1 AUTHOR
-
-Ingy döt Net <ingy at cpan.org>
-
-=head1 COPYRIGHT
-
-Copyright (c) 2004-2005. Brian Ingerson.
-
-Copyright (c) 2006-2014. Ingy döt Net.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-See http://www.perl.com/perl/misc/Artistic.html
-
-=cut
-
 1;
diff --git a/lib/IO/All/MLDBM.pod b/lib/IO/All/MLDBM.pod
new file mode 100644
index 0000000..ee93df2
--- /dev/null
+++ b/lib/IO/All/MLDBM.pod
@@ -0,0 +1,34 @@
+=pod
+
+=for comment
+DO NOT EDIT. This Pod was generated by Kwim.
+See http://github.com/ingydotnet/kwim-pm#readme
+
+=encoding utf8
+
+=head1 NAME
+
+IO::All::MLDBM - MLDBM Support for IO::All
+
+=head1 SYNOPSIS
+
+See L<IO::All>.
+
+=head1 DESCRIPTION
+
+=head1 AUTHOR
+
+Ingy döt Net <ingy at cpan.org>
+
+=head1 COPYRIGHT
+
+Copyright (c) 2004-2005. Brian Ingerson.
+
+Copyright (c) 2006-2014. Ingy döt Net.
+
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+See L<http://www.perl.com/perl/misc/Artistic.html>
+
+=cut
diff --git a/lib/IO/All/Pipe.pm b/lib/IO/All/Pipe.pm
index 99fb1aa..7fc0461 100644
--- a/lib/IO/All/Pipe.pm
+++ b/lib/IO/All/Pipe.pm
@@ -1,5 +1,5 @@
 package IO::All::Pipe;
-$IO::All::Pipe::VERSION = '0.62';
+$IO::All::Pipe::VERSION = '0.63';
 use strict;
 use warnings;
 use IO::All -base;
@@ -54,33 +54,4 @@ sub open_msg {
     return qq{Can't open pipe$name$direction:\n$!};
 }
 
-=encoding utf8
-
-=head1 NAME
-
-IO::All::Pipe - Pipe Support for IO::All
-
-=head1 SYNOPSIS
-
-See L<IO::All>.
-
-=head1 DESCRIPTION
-
-=head1 AUTHOR
-
-Ingy döt Net <ingy at cpan.org>
-
-=head1 COPYRIGHT
-
-Copyright (c) 2004-2005. Brian Ingerson.
-
-Copyright (c) 2006-2014. Ingy döt Net.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-See http://www.perl.com/perl/misc/Artistic.html
-
-=cut
-
 1;
diff --git a/lib/IO/All/Pipe.pod b/lib/IO/All/Pipe.pod
new file mode 100644
index 0000000..90c4818
--- /dev/null
+++ b/lib/IO/All/Pipe.pod
@@ -0,0 +1,34 @@
+=pod
+
+=for comment
+DO NOT EDIT. This Pod was generated by Kwim.
+See http://github.com/ingydotnet/kwim-pm#readme
+
+=encoding utf8
+
+=head1 NAME
+
+IO::All::Pipe - Pipe Support for IO::All
+
+=head1 SYNOPSIS
+
+See L<IO::All>.
+
+=head1 DESCRIPTION
+
+=head1 AUTHOR
+
+Ingy döt Net <ingy at cpan.org>
+
+=head1 COPYRIGHT
+
+Copyright (c) 2004-2005. Brian Ingerson.
+
+Copyright (c) 2006-2014. Ingy döt Net.
+
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+See L<http://www.perl.com/perl/misc/Artistic.html>
+
+=cut
diff --git a/lib/IO/All/STDIO.pm b/lib/IO/All/STDIO.pm
index 7b52bc0..81e72b3 100644
--- a/lib/IO/All/STDIO.pm
+++ b/lib/IO/All/STDIO.pm
@@ -1,5 +1,5 @@
 package IO::All::STDIO;
-$IO::All::STDIO::VERSION = '0.62';
+$IO::All::STDIO::VERSION = '0.63';
 use strict;
 use warnings;
 use IO::All -base;
@@ -52,33 +52,4 @@ sub open_stderr {
 
 # XXX Add overload support
 
-=encoding utf8
-
-=head1 NAME
-
-IO::All::STDIO - STDIO Support for IO::All
-
-=head1 SYNOPSIS
-
-See L<IO::All>.
-
-=head1 DESCRIPTION
-
-=head1 AUTHOR
-
-Ingy döt Net <ingy at cpan.org>
-
-=head1 COPYRIGHT
-
-Copyright (c) 2004-2005. Brian Ingerson.
-
-Copyright (c) 2006-2014. Ingy döt Net.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-See http://www.perl.com/perl/misc/Artistic.html
-
-=cut
-
 1;
diff --git a/lib/IO/All/STDIO.pod b/lib/IO/All/STDIO.pod
new file mode 100644
index 0000000..b3c4584
--- /dev/null
+++ b/lib/IO/All/STDIO.pod
@@ -0,0 +1,34 @@
+=pod
+
+=for comment
+DO NOT EDIT. This Pod was generated by Kwim.
+See http://github.com/ingydotnet/kwim-pm#readme
+
+=encoding utf8
+
+=head1 NAME
+
+IO::All::STDIO - STDIO Support for IO::All
+
+=head1 SYNOPSIS
+
+See L<IO::All>.
+
+=head1 DESCRIPTION
+
+=head1 AUTHOR
+
+Ingy döt Net <ingy at cpan.org>
+
+=head1 COPYRIGHT
+
+Copyright (c) 2004-2005. Brian Ingerson.
+
+Copyright (c) 2006-2014. Ingy döt Net.
+
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+See L<http://www.perl.com/perl/misc/Artistic.html>
+
+=cut
diff --git a/lib/IO/All/Socket.pm b/lib/IO/All/Socket.pm
index dd07a56..69d001e 100644
--- a/lib/IO/All/Socket.pm
+++ b/lib/IO/All/Socket.pm
@@ -1,5 +1,5 @@
 package IO::All::Socket;
-$IO::All::Socket::VERSION = '0.62';
+$IO::All::Socket::VERSION = '0.63';
 use strict;
 use warnings;
 use IO::All -base;
@@ -140,33 +140,4 @@ sub overload_any_to_any {
     $self->close;
 }
 
-=encoding utf8
-
-=head1 NAME
-
-IO::All::Socket - Socket Support for IO::All
-
-=head1 SYNOPSIS
-
-See L<IO::All>.
-
-=head1 DESCRIPTION
-
-=head1 AUTHOR
-
-Ingy döt Net <ingy at cpan.org>
-
-=head1 COPYRIGHT
-
-Copyright (c) 2004-2005. Brian Ingerson.
-
-Copyright (c) 2006-2014. Ingy döt Net.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-See http://www.perl.com/perl/misc/Artistic.html
-
-=cut
-
 1;
diff --git a/lib/IO/All/Socket.pod b/lib/IO/All/Socket.pod
new file mode 100644
index 0000000..09ab6a9
--- /dev/null
+++ b/lib/IO/All/Socket.pod
@@ -0,0 +1,34 @@
+=pod
+
+=for comment
+DO NOT EDIT. This Pod was generated by Kwim.
+See http://github.com/ingydotnet/kwim-pm#readme
+
+=encoding utf8
+
+=head1 NAME
+
+IO::All::Socket - Socket Support for IO::All
+
+=head1 SYNOPSIS
+
+See L<IO::All>.
+
+=head1 DESCRIPTION
+
+=head1 AUTHOR
+
+Ingy döt Net <ingy at cpan.org>
+
+=head1 COPYRIGHT
+
+Copyright (c) 2004-2005. Brian Ingerson.
+
+Copyright (c) 2006-2014. Ingy döt Net.
+
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+See L<http://www.perl.com/perl/misc/Artistic.html>
+
+=cut
diff --git a/lib/IO/All/String.pm b/lib/IO/All/String.pm
index 6aa70c0..d749f98 100644
--- a/lib/IO/All/String.pm
+++ b/lib/IO/All/String.pm
@@ -1,5 +1,5 @@
 package IO::All::String;
-$IO::All::String::VERSION = '0.62';
+$IO::All::String::VERSION = '0.63';
 use strict;
 use warnings;
 use IO::All -base;
diff --git a/lib/IO/All/String.pod b/lib/IO/All/String.pod
new file mode 100644
index 0000000..2a09722
--- /dev/null
+++ b/lib/IO/All/String.pod
@@ -0,0 +1,34 @@
+=pod
+
+=for comment
+DO NOT EDIT. This Pod was generated by Kwim.
+See http://github.com/ingydotnet/kwim-pm#readme
+
+=encoding utf8
+
+=head1 NAME
+
+IO::All::String - String Support for IO::All
+
+=head1 SYNOPSIS
+
+See L<IO::All>.
+
+=head1 DESCRIPTION
+
+=head1 AUTHOR
+
+Ingy döt Net <ingy at cpan.org>
+
+=head1 COPYRIGHT
+
+Copyright (c) 2004-2005. Brian Ingerson.
+
+Copyright (c) 2006-2014. Ingy döt Net.
+
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+See L<http://www.perl.com/perl/misc/Artistic.html>
+
+=cut
diff --git a/lib/IO/All/Temp.pm b/lib/IO/All/Temp.pm
index 57d97c2..39d7081 100644
--- a/lib/IO/All/Temp.pm
+++ b/lib/IO/All/Temp.pm
@@ -1,5 +1,5 @@
 package IO::All::Temp;
-$IO::All::Temp::VERSION = '0.62';
+$IO::All::Temp::VERSION = '0.63';
 use strict;
 use warnings;
 use IO::All::File -base;
@@ -16,33 +16,4 @@ sub temp {
     return $self;
 }
 
-=encoding utf8
-
-=head1 NAME
-
-IO::All::Temp - Temporary File Support for IO::All
-
-=head1 SYNOPSIS
-
-See L<IO::All>.
-
-=head1 DESCRIPTION
-
-=head1 AUTHOR
-
-Ingy döt Net <ingy at cpan.org>
-
-=head1 COPYRIGHT
-
-Copyright (c) 2004-2005. Brian Ingerson.
-
-Copyright (c) 2006-2014. Ingy döt Net.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-See http://www.perl.com/perl/misc/Artistic.html
-
-=cut
-
 1;
diff --git a/lib/IO/All/Temp.pod b/lib/IO/All/Temp.pod
new file mode 100644
index 0000000..24b310c
--- /dev/null
+++ b/lib/IO/All/Temp.pod
@@ -0,0 +1,34 @@
+=pod
+
+=for comment
+DO NOT EDIT. This Pod was generated by Kwim.
+See http://github.com/ingydotnet/kwim-pm#readme
+
+=encoding utf8
+
+=head1 NAME
+
+IO::All::Temp - Temporary File Support for IO::All
+
+=head1 SYNOPSIS
+
+See L<IO::All>.
+
+=head1 DESCRIPTION
+
+=head1 AUTHOR
+
+Ingy döt Net <ingy at cpan.org>
+
+=head1 COPYRIGHT
+
+Copyright (c) 2004-2005. Brian Ingerson.
+
+Copyright (c) 2006-2014. Ingy döt Net.
+
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+See L<http://www.perl.com/perl/misc/Artistic.html>
+
+=cut

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-all-perl.git



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