From 5a2f521b4aef0d8cdc709076440edfd0a077aaa3 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 12 Feb 2015 15:10:33 -0800 Subject: fix warning about Action: Passing a list of values to enum is deprecated. Enum values should be wrapped in an arrayref. --- BatchPayment.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'BatchPayment.pm') diff --git a/BatchPayment.pm b/BatchPayment.pm index 86ee6b9..abc2a83 100644 --- a/BatchPayment.pm +++ b/BatchPayment.pm @@ -16,13 +16,9 @@ $DEBUG = 0; Business::BatchPayment - Batch-oriented payment processing -=head1 VERSION - -Version 0.01 - =cut -our $VERSION = '0.01'; +our $VERSION = '0.02_01'; =head1 SYNOPSIS -- cgit v1.2.1