From 07cee27ac38e81eb8fc7ea1570e2dd627c7a22a5 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 15 Oct 2011 22:53:10 -0700 Subject: [PATCH] Increase $File::DosGlob::VERSION from 1.04 to 1.05 --- lib/File/DosGlob.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/File/DosGlob.pm b/lib/File/DosGlob.pm index e8fcc97..2447901 100644 --- a/lib/File/DosGlob.pm +++ b/lib/File/DosGlob.pm @@ -9,7 +9,7 @@ package File::DosGlob; -our $VERSION = '1.04'; +our $VERSION = '1.05'; use strict; use warnings; -- 2.7.4