aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2010-03-26 19:48:59 +0100
committerMichael Stapelberg <michael@stapelberg.de>2010-03-26 19:48:59 +0100
commit94641d351ef6ab8103b973afc55f674c0f7171fe (patch)
tree3a6433e7895afbd027605e30053cacfbb0678915
parent8e712caae28f2d07d968daeea4bd3847ec018e46 (diff)
downloadi3-AnyEvent-0.03.tar.gz
i3-AnyEvent-0.03.zip
Bump version for new CPAN upload, fix MANIFESTAnyEvent-0.03
-rw-r--r--MANIFEST2
-rw-r--r--MANIFEST.SKIP4
-rw-r--r--lib/AnyEvent/I3.pm4
3 files changed, 6 insertions, 4 deletions
diff --git a/MANIFEST b/MANIFEST
index 99d318ff..34c8a8fb 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3,10 +3,12 @@ inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
+inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/AnyEvent/I3.pm
+Makefile.PL
MANIFEST
MANIFEST.SKIP
META.yml
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index f58f7ef8..01bee91f 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -1,8 +1,8 @@
^\.git/
\.bak$
blib/
-Makefile
-Makefile.old
+^Makefile$
+^Makefile.old$
Build
Build.bat
^pm_to_blib
diff --git a/lib/AnyEvent/I3.pm b/lib/AnyEvent/I3.pm
index 36852623..a2951767 100644
--- a/lib/AnyEvent/I3.pm
+++ b/lib/AnyEvent/I3.pm
@@ -15,11 +15,11 @@ AnyEvent::I3 - communicate with the i3 window manager
=cut
-our $VERSION = '0.02';
+our $VERSION = '0.03';
=head1 VERSION
-Version 0.02
+Version 0.03
=head1 SYNOPSIS