diff options
author | ivan <ivan> | 2004-05-06 01:57:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-05-06 01:57:05 +0000 |
commit | b155a7ab4084d3a9242dd118ae2e942061188105 (patch) | |
tree | ed565afa304abf92a76e5aec11f01ebaf8d253f6 | |
parent | fd932c319b4f6c53b2f91a4ba56e83014b003028 (diff) |
double =cut POD fix from Mike Heins
-rw-r--r-- | BusinessOnlinePayment.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BusinessOnlinePayment.pm b/BusinessOnlinePayment.pm index c9f8b3e..4df0e49 100644 --- a/BusinessOnlinePayment.pm +++ b/BusinessOnlinePayment.pm @@ -146,8 +146,6 @@ under the same terms as Perl itself. =cut -=cut - package Vend::Payment; use strict; use vars qw( $VERSION ); |