projects
/
gitmo/Class-C3-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9ad24e9
)
remove Build.PL from distribution, release 0.03
0.03
Brandon L Black [Tue, 8 May 2007 12:40:44 +0000 (12:40 +0000)]
ChangeLog
patch
|
blob
|
blame
|
history
MANIFEST
patch
|
blob
|
blame
|
history
MANIFEST.SKIP
patch
|
blob
|
blame
|
history
README
patch
|
blob
|
blame
|
history
lib/Class/C3/XS.pm
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
3f32088
..
54e9a48
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,8
@@
Revision history for Perl extension Class::C3::XS
+0.03 Tues May 8, 2007
+ Remove Build.PL from the dist
+
0.02 Thurs May 3, 2007
First non-dev release
diff --git
a/MANIFEST
b/MANIFEST
index
1b9fa3c
..
fed1b1d
100644
(file)
--- a/
MANIFEST
+++ b/
MANIFEST
@@
-1,4
+1,3
@@
-Build.PL
ChangeLog
inc/Module/AutoInstall.pm
inc/Module/Install.pm
diff --git
a/MANIFEST.SKIP
b/MANIFEST.SKIP
index
12854df
..
50988bd
100644
(file)
--- a/
MANIFEST.SKIP
+++ b/
MANIFEST.SKIP
@@
-20,3
+20,4
@@
cover_db
\.[co]$
\.bs$
\.gz$
+Build.PL
diff --git
a/README
b/README
index
c2adb94
..
9d3fa1a
100644
(file)
--- a/
README
+++ b/
README
@@
-1,4
+1,4
@@
-Class::C3::XS version 0.02
+Class::C3::XS version 0.03
==============================
INSTALLATION
diff --git
a/lib/Class/C3/XS.pm
b/lib/Class/C3/XS.pm
index
657cdef
..
810ff57
100644
(file)
--- a/
lib/Class/C3/XS.pm
+++ b/
lib/Class/C3/XS.pm
@@
-4,7
+4,7
@@
use 5.008_000;
use strict;
use warnings;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
=pod