The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CONTRIBUTING 055
Changes 04
MANIFEST 13
META.json 061
META.yml 12
Makefile.PL 11
eg/create-cat-to.pl 140
example/create-cat-to.pl 014
lib/IO/All/Base.pm 11
lib/IO/All/DBM.pm 11
lib/IO/All/DBM.pod 22
lib/IO/All/Dir.pm 11
lib/IO/All/Dir.pod 22
lib/IO/All/File.pm 11
lib/IO/All/File.pod 22
lib/IO/All/Filesys.pm 11
lib/IO/All/Filesys.pod 22
lib/IO/All/Link.pm 11
lib/IO/All/Link.pod 22
lib/IO/All/MLDBM.pm 11
lib/IO/All/MLDBM.pod 22
lib/IO/All/Pipe.pm 11
lib/IO/All/Pipe.pod 22
lib/IO/All/STDIO.pm 11
lib/IO/All/STDIO.pod 22
lib/IO/All/Socket.pm 11
lib/IO/All/Socket.pod 22
lib/IO/All/String.pm 11
lib/IO/All/String.pod 22
lib/IO/All/Temp.pm 11
lib/IO/All/Temp.pod 22
lib/IO/All.pm 12
lib/IO/All.pod 22
33 files changed (This is a version diff) 54178
@@ -0,0 +1,55 @@
+Contributing
+============
+
+The "IO-All" Project needs your help!
+
+Please consider being a contributor. This file contains instructions that will
+help you be an effective contributor to the Project.
+
+GitHub
+------
+
+The code for this Project is hosted at GitHub. The repository is:
+
+  https://github.com/ingydotnet/io-all-pm
+
+You can get the code with this command:
+
+  git clone https://github.com/ingydotnet/io-all-pm
+
+If you've found a bug or a missing feature that you would like the author to
+know about, report it here:
+
+  https://github.com/ingydotnet/io-all-pm/issues
+
+or fix it and submit a pull request here:
+
+  https://github.com/ingydotnet/io-all-pm/pulls
+
+See these links for help on interacting with GitHub:
+
+* https://help.github.com/
+* https://help.github.com/articles/creating-a-pull-request
+
+Zilla::Dist
+-----------
+
+This Project uses Zilla::Dist to prepare it for publishing to CPAN. Read:
+
+  https://metacpan.org/pod/distribution/Zilla-Dist/lib/Zilla/Dist/Contributing.pod
+
+for up-to-date instructions on what contributors like yourself need to know to
+use it.
+
+IRC
+---
+
+IO-All has an IRC channel where you can find real people to help you:
+
+  irc.perl.org#io-all
+
+Join the channel. Join the team!
+
+
+    Thanks in advance, Ingy döt Net
+
@@ -1,3 +1,7 @@
+0.66 Wed Jul 16 23:39:38 PDT 2014
+ - Move doc to Swim
+ - Fix Meta and add Contributing file
+
 0.65 Sat Jun 14 12:48:31 PDT 2014
  - Support recommended modules again
 
@@ -1,11 +1,13 @@
 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.019.
+CONTRIBUTING
 Changes
 LICENSE
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 README
-eg/create-cat-to.pl
+example/create-cat-to.pl
 lib/IO/All.pm
 lib/IO/All.pod
 lib/IO/All/Base.pm
@@ -0,0 +1,61 @@
+{
+   "abstract" : "IO::All to Larry Wall!",
+   "author" : [
+      "Ingy döt Net <ingy@cpan.org>"
+   ],
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.132830",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "IO-All",
+   "no_index" : {
+      "directory" : [
+         "inc",
+         "t",
+         "xt",
+         "example"
+      ]
+   },
+   "prereqs" : {
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "6.30"
+         }
+      },
+      "develop" : {
+         "requires" : {
+            "Test::Pod" : "1.41"
+         }
+      },
+      "runtime" : {
+         "recommends" : {
+            "File::MimeInfo" : "0",
+            "File::ReadBackwards" : "0"
+         },
+         "requires" : {
+            "Cwd" : "0",
+            "Scalar::Util" : "0",
+            "perl" : "v5.8.1"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "https://github.com/ingydotnet/io-all-pm/issues"
+      },
+      "homepage" : "https://github.com/ingydotnet/io-all-pm",
+      "repository" : {
+         "type" : "git",
+         "url" : "https://github.com/ingydotnet/io-all-pm.git",
+         "web" : "https://github.com/ingydotnet/io-all-pm"
+      }
+   },
+   "version" : "0.66"
+}
+
@@ -17,6 +17,7 @@ no_index:
     - inc
     - t
     - xt
+    - example
 recommends:
   File::MimeInfo: '0'
   File::ReadBackwards: '0'
@@ -28,4 +29,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.65'
+version: '0.66'
@@ -23,7 +23,7 @@ my %WriteMakefileArgs = (
     "Cwd" => 0,
     "Scalar::Util" => 0
   },
-  "VERSION" => "0.65",
+  "VERSION" => "0.66",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -1,14 +0,0 @@
-#!/usr/bin/perl
-
-# create-cat-to.pl
-# cat to a file that can be created.
-
-use strict;
-use warnings;
-
-use IO::All;
-
-my $filename = shift(@ARGV);
-
-# Create a file called $filename, including all leading components.
-io('-') > io->file($filename)->assert;
@@ -0,0 +1,14 @@
+#!/usr/bin/perl
+
+# create-cat-to.pl
+# cat to a file that can be created.
+
+use strict;
+use warnings;
+
+use IO::All;
+
+my $filename = shift(@ARGV);
+
+# Create a file called $filename, including all leading components.
+io('-') > io->file($filename)->assert;
@@ -1,5 +1,5 @@
 package IO::All::Base;
-$IO::All::Base::VERSION = '0.65';
+
 use strict;
 use warnings;
 use Fcntl;
@@ -1,5 +1,5 @@
 package IO::All::DBM;
-$IO::All::DBM::VERSION = '0.65';
+
 use strict;
 use warnings;
 use IO::All::File -base;
@@ -1,8 +1,8 @@
 =pod
 
 =for comment
-DO NOT EDIT. This Pod was generated by Kwim.
-See http://github.com/ingydotnet/kwim-pm#readme
+DO NOT EDIT. This Pod was generated by Swim.
+See http://github.com/ingydotnet/swim-pm#readme
 
 =encoding utf8
 
@@ -1,5 +1,5 @@
 package IO::All::Dir;
-$IO::All::Dir::VERSION = '0.65';
+
 use strict;
 use warnings;
 use Scalar::Util 'blessed';
@@ -1,8 +1,8 @@
 =pod
 
 =for comment
-DO NOT EDIT. This Pod was generated by Kwim.
-See http://github.com/ingydotnet/kwim-pm#readme
+DO NOT EDIT. This Pod was generated by Swim.
+See http://github.com/ingydotnet/swim-pm#readme
 
 =encoding utf8
 
@@ -1,5 +1,5 @@
 package IO::All::File;
-$IO::All::File::VERSION = '0.65';
+
 use strict;
 use warnings;
 use IO::All::Filesys -base;
@@ -1,8 +1,8 @@
 =pod
 
 =for comment
-DO NOT EDIT. This Pod was generated by Kwim.
-See http://github.com/ingydotnet/kwim-pm#readme
+DO NOT EDIT. This Pod was generated by Swim.
+See http://github.com/ingydotnet/swim-pm#readme
 
 =encoding utf8
 
@@ -1,5 +1,5 @@
 package IO::All::Filesys;
-$IO::All::Filesys::VERSION = '0.65';
+
 use strict;
 use warnings;
 use IO::All::Base -base;
@@ -1,8 +1,8 @@
 =pod
 
 =for comment
-DO NOT EDIT. This Pod was generated by Kwim.
-See http://github.com/ingydotnet/kwim-pm#readme
+DO NOT EDIT. This Pod was generated by Swim.
+See http://github.com/ingydotnet/swim-pm#readme
 
 =encoding utf8
 
@@ -1,5 +1,5 @@
 package IO::All::Link;
-$IO::All::Link::VERSION = '0.65';
+
 use strict;
 use warnings;
 use IO::All::File -base;
@@ -1,8 +1,8 @@
 =pod
 
 =for comment
-DO NOT EDIT. This Pod was generated by Kwim.
-See http://github.com/ingydotnet/kwim-pm#readme
+DO NOT EDIT. This Pod was generated by Swim.
+See http://github.com/ingydotnet/swim-pm#readme
 
 =encoding utf8
 
@@ -1,5 +1,5 @@
 package IO::All::MLDBM;
-$IO::All::MLDBM::VERSION = '0.65';
+
 use strict;
 use warnings;
 use IO::All::DBM -base;
@@ -1,8 +1,8 @@
 =pod
 
 =for comment
-DO NOT EDIT. This Pod was generated by Kwim.
-See http://github.com/ingydotnet/kwim-pm#readme
+DO NOT EDIT. This Pod was generated by Swim.
+See http://github.com/ingydotnet/swim-pm#readme
 
 =encoding utf8
 
@@ -1,5 +1,5 @@
 package IO::All::Pipe;
-$IO::All::Pipe::VERSION = '0.65';
+
 use strict;
 use warnings;
 use IO::All -base;
@@ -1,8 +1,8 @@
 =pod
 
 =for comment
-DO NOT EDIT. This Pod was generated by Kwim.
-See http://github.com/ingydotnet/kwim-pm#readme
+DO NOT EDIT. This Pod was generated by Swim.
+See http://github.com/ingydotnet/swim-pm#readme
 
 =encoding utf8
 
@@ -1,5 +1,5 @@
 package IO::All::STDIO;
-$IO::All::STDIO::VERSION = '0.65';
+
 use strict;
 use warnings;
 use IO::All -base;
@@ -1,8 +1,8 @@
 =pod
 
 =for comment
-DO NOT EDIT. This Pod was generated by Kwim.
-See http://github.com/ingydotnet/kwim-pm#readme
+DO NOT EDIT. This Pod was generated by Swim.
+See http://github.com/ingydotnet/swim-pm#readme
 
 =encoding utf8
 
@@ -1,5 +1,5 @@
 package IO::All::Socket;
-$IO::All::Socket::VERSION = '0.65';
+
 use strict;
 use warnings;
 use IO::All -base;
@@ -1,8 +1,8 @@
 =pod
 
 =for comment
-DO NOT EDIT. This Pod was generated by Kwim.
-See http://github.com/ingydotnet/kwim-pm#readme
+DO NOT EDIT. This Pod was generated by Swim.
+See http://github.com/ingydotnet/swim-pm#readme
 
 =encoding utf8
 
@@ -1,5 +1,5 @@
 package IO::All::String;
-$IO::All::String::VERSION = '0.65';
+
 use strict;
 use warnings;
 use IO::All -base;
@@ -1,8 +1,8 @@
 =pod
 
 =for comment
-DO NOT EDIT. This Pod was generated by Kwim.
-See http://github.com/ingydotnet/kwim-pm#readme
+DO NOT EDIT. This Pod was generated by Swim.
+See http://github.com/ingydotnet/swim-pm#readme
 
 =encoding utf8
 
@@ -1,5 +1,5 @@
 package IO::All::Temp;
-$IO::All::Temp::VERSION = '0.65';
+
 use strict;
 use warnings;
 use IO::All::File -base;
@@ -1,8 +1,8 @@
 =pod
 
 =for comment
-DO NOT EDIT. This Pod was generated by Kwim.
-See http://github.com/ingydotnet/kwim-pm#readme
+DO NOT EDIT. This Pod was generated by Swim.
+See http://github.com/ingydotnet/swim-pm#readme
 
 =encoding utf8
 
@@ -1,5 +1,6 @@
 package IO::All;
-$IO::All::VERSION = '0.65';
+our $VERSION = '0.66';
+
 use 5.006001;
 use strict;
 use warnings;
@@ -1,8 +1,8 @@
 =pod
 
 =for comment
-DO NOT EDIT. This Pod was generated by Kwim.
-See http://github.com/ingydotnet/kwim-pm#readme
+DO NOT EDIT. This Pod was generated by Swim.
+See http://github.com/ingydotnet/swim-pm#readme
 
 =encoding utf8