From 9345802d17d1ff4d7e3651d8701e054f85a5b10a Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Mon, 14 Apr 2014 22:53:13 +0100 Subject: [PATCH] Bump ExtUtils::Install version to 1.65 --- dist/ExtUtils-Install/lib/ExtUtils/Install.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/ExtUtils-Install/lib/ExtUtils/Install.pm b/dist/ExtUtils-Install/lib/ExtUtils/Install.pm index fa4d7d9..ab60b6a 100644 --- a/dist/ExtUtils-Install/lib/ExtUtils/Install.pm +++ b/dist/ExtUtils-Install/lib/ExtUtils/Install.pm @@ -38,11 +38,11 @@ ExtUtils::Install - install files from here to there =head1 VERSION -1.64 +1.65 =cut -$VERSION = '1.64'; # <-- do not forget to update the POD section just above this line! +$VERSION = '1.65'; # <-- do not forget to update the POD section just above this line! $VERSION = eval $VERSION; =pod -- 1.8.3.1