0.02: make transport params optional, add missing perl deps
authorMark Wells <mark@freeside.biz>
Tue, 7 Apr 2015 06:59:55 +0000 (23:59 -0700)
committerMark Wells <mark@freeside.biz>
Tue, 7 Apr 2015 06:59:55 +0000 (23:59 -0700)
BillBuddy.pm
debian/changelog
debian/control

index d080aa0..88207d2 100644 (file)
@@ -91,7 +91,6 @@ our $VERSION = '0.01';
 has [ qw(username password host) ] => (
    is  => 'ro',
    isa => 'Str',
 has [ qw(username password host) ] => (
    is  => 'ro',
    isa => 'Str',
-   required => 1,
 );
 
 has 'path' => (
 );
 
 has 'path' => (
index b746952..2bc31c4 100644 (file)
@@ -1,3 +1,10 @@
+libbusiness-batchpayment-billbuddy-perl (0.01-2) unstable; urgency=medium
+
+  * make transport params optional
+  * add depends
+
+ -- Mark Wells <mark@freeside.biz>  Mon, 06 Apr 2015 23:59:29 -0700
+
 libbusiness-batchpayment-billbuddy-perl (0.01-1) unstable; urgency=low
 
   * Initial Release.
 libbusiness-batchpayment-billbuddy-perl (0.01-1) unstable; urgency=low
 
   * Initial Release.
index c9517da..53fcf6b 100644 (file)
@@ -9,7 +9,11 @@ Homepage: http://search.cpan.org/dist/Business-BatchPayment-BillBuddy/
 
 Package: libbusiness-batchpayment-billbuddy-perl
 Architecture: all
 
 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)
  .
 Description: BillBuddy batch payment format and transport
  (no description was found)
  .