summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2006-10-10 19:49:20 +0000
committerivan <ivan>2006-10-10 19:49:20 +0000
commit80d64f929635e60d34a458cf76522ff08c88ab65 (patch)
tree78ad2cf00838002a8e1d66e757ab5555bdab2745
parent250f659a476f4ed941228a2845d6dd89e78a7119 (diff)
add missing files to MANIFEST, move failure_statuses to top of the changelog as its the most important
-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)