Bump version for new CPAN upload, fix MANIFEST

This commit is contained in:
Michael Stapelberg 2010-03-26 19:48:59 +01:00
parent f12facc184
commit 5d1bb0b0ce
3 changed files with 6 additions and 4 deletions

View File

@ -3,10 +3,12 @@ inc/Module/Install.pm
inc/Module/Install/Base.pm inc/Module/Install/Base.pm
inc/Module/Install/Can.pm inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm inc/Module/Install/Metadata.pm
inc/Module/Install/Win32.pm inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm inc/Module/Install/WriteAll.pm
lib/AnyEvent/I3.pm lib/AnyEvent/I3.pm
Makefile.PL
MANIFEST MANIFEST
MANIFEST.SKIP MANIFEST.SKIP
META.yml META.yml

View File

@ -1,8 +1,8 @@
^\.git/ ^\.git/
\.bak$ \.bak$
blib/ blib/
Makefile ^Makefile$
Makefile.old ^Makefile.old$
Build Build
Build.bat Build.bat
^pm_to_blib ^pm_to_blib

View File

@ -15,11 +15,11 @@ AnyEvent::I3 - communicate with the i3 window manager
=cut =cut
our $VERSION = '0.02'; our $VERSION = '0.03';
=head1 VERSION =head1 VERSION
Version 0.02 Version 0.03
=head1 SYNOPSIS =head1 SYNOPSIS