0.02: make transport params optional, add missing perl deps
[Business-BatchPayment-BillBuddy.git] / BillBuddy.pm
index d080aa0..88207d2 100644 (file)
@@ -91,7 +91,6 @@ our $VERSION = '0.01';
 has [ qw(username password host) ] => (
    is  => 'ro',
    isa => 'Str',
-   required => 1,
 );
 
 has 'path' => (