The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CONTRIBUTING 055
Changes 03
MANIFEST 01
META.json 11
META.yml 11
Makefile.PL 11
lib/Spiffy.pm 11
lib/Spiffy.pod 22
8 files changed (This is a version diff) 665
@@ -0,0 +1,55 @@
+Contributing
+============
+
+The "Spiffy" 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:
+
+  http://github.com/ingydotnet/spiffy-pm
+
+You can get the code with this command:
+
+  git clone http://github.com/ingydotnet/spiffy-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/spiffy-pm/issues
+
+or fix it and submit a pull request here:
+
+  http://github.com/ingydotnet/spiffy-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
+---
+
+Spiffy has an IRC channel where you can find real people to help you:
+
+  irc.freenode.net#ingy
+
+Join the channel. Join the team!
+
+
+    Thanks in advance, Ingy döt Net
+
@@ -1,3 +1,6 @@
+0.35 Mon Jul 21 17:15:27 PDT 2014
+ - Fix Meta and add Contributing
+
 0.34 Wed Jun 18 11:08:07 PDT 2014
  - Ship with a META.json file (close
 
@@ -1,4 +1,5 @@
 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.019.
+CONTRIBUTING
 Changes
 LICENSE
 MANIFEST
@@ -50,6 +50,6 @@
          "web" : "https://github.com/ingydotnet/spiffy-pm"
       }
    },
-   "version" : "0.34"
+   "version" : "0.35"
 }
 
@@ -24,4 +24,4 @@ resources:
   bugtracker: https://github.com/ingydotnet/spiffy-pm/issues
   homepage: https://github.com/ingydotnet/spiffy-pm
   repository: https://github.com/ingydotnet/spiffy-pm.git
-version: '0.34'
+version: '0.35'
@@ -20,7 +20,7 @@ my %WriteMakefileArgs = (
   "LICENSE" => "perl",
   "NAME" => "Spiffy",
   "PREREQ_PM" => {},
-  "VERSION" => "0.34",
+  "VERSION" => "0.35",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -1,6 +1,6 @@
 use strict; use warnings;
 package Spiffy;
-our $VERSION = '0.34';
+our $VERSION = '0.35';
 
 use Carp;
 require Exporter;
@@ -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