- Removed some old commented out 2.x statements
authorplobbes <plobbes>
Wed, 30 Aug 2006 18:44:54 +0000 (18:44 +0000)
committerplobbes <plobbes>
Wed, 30 Aug 2006 18:44:54 +0000 (18:44 +0000)
commit2627584a8ec11ec8b680bafc314ffa1c1721a491
tree89e6bd4ab68ef5ae4da404c95675ddb66a70d4fb
parent777166d3e32e0fc5aeb5eb84731e02852831cba9
- Removed some old commented out 2.x statements
- set $VERSION using eval per modperlstyle
- new() now will strip off multiple leading dashes before calling build_subs
  NOTE: we should probably have it remove any \W to make perl happy
- required_fields() now croaks with a list of missing fields
OnlinePayment.pm