From fe52ccebf52edf9a6d53793a6d82d0c3f5c2591d Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 14 Dec 2010 06:52:04 +0000 Subject: [PATCH] 0.02: declare dependency on File::Slurp --- Changes | 3 +++ Makefile.PL | 1 + lib/Business/OnlinePayment/CardFortress.pm | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index eed9706..702e263 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Business-OnlinePayment-CardFortress +0.02 Mon Dec 13 22:49:44 PST 2010 + - Declare dependency on File::Slurp, closes: rt.cpan.org #63891 + 0.01 Thu Dec 9 18:09:54 PST 2010 First version, released on an unsuspecting world. diff --git a/Makefile.PL b/Makefile.PL index e699d74..614aab2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,7 @@ WriteMakefile( PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, + 'File::Slurp' => 0, 'Crypt::OpenSSL::RSA' => 0, 'Business::OnlinePayment' => 0, }, diff --git a/lib/Business/OnlinePayment/CardFortress.pm b/lib/Business/OnlinePayment/CardFortress.pm index 1ba731e..19f3e53 100644 --- a/lib/Business/OnlinePayment/CardFortress.pm +++ b/lib/Business/OnlinePayment/CardFortress.pm @@ -9,7 +9,7 @@ use File::Slurp; use MIME::Base64; use Crypt::OpenSSL::RSA; -our $VERSION = 0.01; +our $VERSION = 0.02; sub _info { { -- 2.11.0