From: Mark Wells Date: Tue, 7 Apr 2015 06:59:55 +0000 (-0700) Subject: 0.02: make transport params optional, add missing perl deps X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-BatchPayment-BillBuddy.git;a=commitdiff_plain;h=5b8ab37518ecb1fabf19f02e16b4c38223238cf9 0.02: make transport params optional, add missing perl deps --- 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' => ( diff --git a/debian/changelog b/debian/changelog index b746952..2bc31c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libbusiness-batchpayment-billbuddy-perl (0.01-2) unstable; urgency=medium + + * make transport params optional + * add depends + + -- Mark Wells Mon, 06 Apr 2015 23:59:29 -0700 + libbusiness-batchpayment-billbuddy-perl (0.01-1) unstable; urgency=low * Initial Release. diff --git a/debian/control b/debian/control index c9517da..53fcf6b 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,11 @@ Homepage: http://search.cpan.org/dist/Business-BatchPayment-BillBuddy/ Package: libbusiness-batchpayment-billbuddy-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, ${perl:Depends}, + libbusiness-batchpayment-perl (>= 0.02), + libmoose-perl (>= 1.09), + libxml-simple-perl, + libxml-writer-perl Description: BillBuddy batch payment format and transport (no description was found) .