From 08f9b99a343f81391e04e9c160c2aea67a2b0197 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 21 May 2012 16:49:18 +0200 Subject: [PATCH] release version 1.01 --- debian/changelog | 12 ++++++++++++ lib/File/Rewrite.pm | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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 { -- 2.30.0