diff --git a/Changes b/Changes index c94732b..ad29941 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Parse-Deb-Control +0.0x see http://github.com/jozef/Parse-Deb-Control/commits/master/ + 0.01 Date/time First version, released on an unsuspecting world. diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 7f4ccf4..f64b841 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -30,3 +30,5 @@ ^tmp/ .*\.tar\.gz +^Parse-Deb-Control- + diff --git a/lib/Parse/Deb/Control.pm b/lib/Parse/Deb/Control.pm index 2249dca..1f91d3a 100644 --- a/lib/Parse/Deb/Control.pm +++ b/lib/Parse/Deb/Control.pm @@ -40,7 +40,7 @@ See also L for alternative. use warnings; use strict; -our $VERSION = '0.02'; +our $VERSION = '0.03'; use base 'Class::Accessor::Fast';