diff options
Diffstat (limited to 'PayflowPro.pm')
-rw-r--r-- | PayflowPro.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PayflowPro.pm b/PayflowPro.pm index 016deba..59bf302 100644 --- a/PayflowPro.pm +++ b/PayflowPro.pm @@ -14,7 +14,7 @@ require Exporter; @ISA = qw(Exporter AutoLoader Business::OnlinePayment); @EXPORT = qw(); @EXPORT_OK = qw(); -$VERSION = '0.02'; +$VERSION = '0.02_01'; sub set_defaults { my $self = shift; |