From: Mischa POSLAWSKY Date: Mon, 21 May 2012 14:49:18 +0000 (+0200) Subject: release version 1.01 X-Git-Tag: v1.01^0 X-Git-Url: http://git.shiar.nl/perl/file-rewrite.git/commitdiff_plain release version 1.01 --- diff --git a/debian/changelog b/debian/changelog index 72422f7..78f070d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libfile-rewrite-perl (1.01-1) unstable; urgency=low + + * t: test partial match + * t: test result of "remove regex" + * fileset: replace concatenated regex by smart match + * debian: files is auto generated by debuild + * build: require IPC::System::Simple for autodie 'system' + * build: replace deprecated create_makefile_pl by configure_requires + * ignore generated/temporary files left by current build + + -- Mischa POSLAWSKY Mon, 21 May 2012 16:56:20 +0200 + libfile-rewrite-perl (1.00-1) unstable; urgency=low * Initial Release. diff --git a/lib/File/Rewrite.pm b/lib/File/Rewrite.pm index 5e26404..5156d88 100644 --- a/lib/File/Rewrite.pm +++ b/lib/File/Rewrite.pm @@ -7,7 +7,7 @@ use 5.010; # smart match use autodie ':all'; use Exporter 'import'; -our $VERSION = '1.00'; +our $VERSION = '1.01'; our @EXPORT_OK = qw(fileset); sub fileset {