X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-BatchPayment-BillBuddy.git;a=blobdiff_plain;f=BillBuddy.pm;fp=BillBuddy.pm;h=88207d275fc34d36a54a2ceeb9ecb663fa6eac7b;hp=d080aa016f0acae06bfff1d0fb19132b61bf8b7e;hb=5b8ab37518ecb1fabf19f02e16b4c38223238cf9;hpb=f79de6395f8f8734b63cc6f3e21de075de952d61 diff --git a/BillBuddy.pm b/BillBuddy.pm index d080aa0..88207d2 100644 --- a/BillBuddy.pm +++ b/BillBuddy.pm @@ -91,7 +91,6 @@ our $VERSION = '0.01'; has [ qw(username password host) ] => ( is => 'ro', isa => 'Str', - required => 1, ); has 'path' => (