summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--MANIFEST3
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index 15ca804..bdd3170 100644
--- a/Changes
+++ b/Changes
@@ -1,10 +1,10 @@
Revision history for Perl extension Business::OnlinePayment.
3.00_04 Tue Oct 10 12:37:55 PDT 2006
+ - failure statues (see notes_for_module_writers_v3)
- oops, forgot _03 changelog in _03
- B:OP:HTTPS: require Net::SSLeay 1.30 and remove _my_https_post kludge
- eliminate warnings about redefined subroutines
- - failure statues
- Business::FraudDetect and Business::FraudDetect::preCharge included
- From Phil Lobbes:
- content() now returns empty hash if no content is defined
diff --git a/MANIFEST b/MANIFEST
index 78026b8..57a4ae2 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4,7 +4,10 @@ MANIFEST
Makefile.PL
OnlinePayment.pm
OnlinePayment/HTTPS.pm
+FraudDetect.pm
+FraudDetect/preCharge.pm
t/bop.t
t/bop_https.t
notes_for_module_writers
+notes_for_module_writers_v3
META.yml Module meta-data (added by MakeMaker)