release version 1.01 master v1.01
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 21 May 2012 14:49:18 +0000 (16:49 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 21 May 2012 15:52:13 +0000 (17:52 +0200)
debian/changelog
lib/File/Rewrite.pm

index 72422f79a3eb9e8270101979cabcbb64b9f5b8a7..78f070d44572a543ef65ca4b278c818f3b626292 100644 (file)
@@ -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 <perl@shiar.org>  Mon, 21 May 2012 16:56:20 +0200
+
 libfile-rewrite-perl (1.00-1) unstable; urgency=low
 
   * Initial Release.
index 5e26404bfbc928c33e898dcf5afcda8c60a04436..5156d881b2638d975453aa1b843c9448716b1c1d 100644 (file)
@@ -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 {