Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.01. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..c658079
--- /dev/null
+++ b/Changes
@@ -0,0 +1,3 @@
+0.01
+
+    - initial release
  • Loading branch information
tokuhirom committed Feb 21, 2010
1 parent 4acfe45 commit e7ed5ba
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
@@ -1,4 +1,11 @@
*.gz
*.old
*.sw[po]
MANIFEST.bak
META.yml
Makefile
blib/
inc/
nytprof.out
pm_to_blib
MANIFEST
2 changes: 2 additions & 0 deletions .shipit
@@ -0,0 +1,2 @@
steps = FindVersion, ChangeAllVersions, CheckChangeLog, Commit, Tag, MakeDist, UploadCPAN
git.push_to = origin
3 changes: 3 additions & 0 deletions Changes
@@ -0,0 +1,3 @@
0.01

- initial release
21 changes: 21 additions & 0 deletions MANIFEST.SKIP
@@ -0,0 +1,21 @@
\bRCS\b
\bCVS\b
^MANIFEST\.
^Makefile$
~$
^#
\.old$
^blib/
^pm_to_blib
^MakeMaker-\d
\.gz$
\.cvsignore
^t/perlcritic
^tools/
\.svn/
^[^/]+\.yaml$
^[^/]+\.pl$
^\.shipit$
\.sw[po]$
^\.git/
\.gitignore$
2 changes: 2 additions & 0 deletions cpan-outdated
Expand Up @@ -9,6 +9,8 @@ use File::Spec;
use Config;
use constant WIN32 => $^O eq 'MSWin32';

our $VERSION = "0.01";

my $index_url = 'http://www.cpan.org/modules/02packages.details.txt.gz';
my $quote = WIN32 ? q/"/ : q/'/;

Expand Down

0 comments on commit e7ed5ba

Please sign in to comment.