r76656 - in /branches/upstream/libnet-dropbox-api-perl/current: Changes META.yml Makefile.PL lib/Net/Dropbox/API.pm

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Tue Jun 28 06:36:12 UTC 2011


Author: carnil
Date: Tue Jun 28 06:36:02 2011
New Revision: 76656

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76656
Log:
[svn-upgrade] new version libnet-dropbox-api-perl (1.7)

Modified:
    branches/upstream/libnet-dropbox-api-perl/current/Changes
    branches/upstream/libnet-dropbox-api-perl/current/META.yml
    branches/upstream/libnet-dropbox-api-perl/current/Makefile.PL
    branches/upstream/libnet-dropbox-api-perl/current/lib/Net/Dropbox/API.pm

Modified: branches/upstream/libnet-dropbox-api-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-dropbox-api-perl/current/Changes?rev=76656&op=diff
==============================================================================
--- branches/upstream/libnet-dropbox-api-perl/current/Changes (original)
+++ branches/upstream/libnet-dropbox-api-perl/current/Changes Tue Jun 28 06:36:02 2011
@@ -1,4 +1,8 @@
 Revision history for Net-Dropbox
+
+1.7     2011-06-28T12:21:36
+        fixed missing requires in Makefile (fixes CPAN Testers reported
+        bug)
 
 1.6.1   2011-06-16T13:16:50
         fixes #16

Modified: branches/upstream/libnet-dropbox-api-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-dropbox-api-perl/current/META.yml?rev=76656&op=diff
==============================================================================
--- branches/upstream/libnet-dropbox-api-perl/current/META.yml (original)
+++ branches/upstream/libnet-dropbox-api-perl/current/META.yml Tue Jun 28 06:36:02 2011
@@ -22,13 +22,16 @@
     - t
 requires:
   Data::Random: 0
+  Encode: 0
+  File::Basename: 0
   HTTP::Request::Common: 0
   JSON: 0
   LWP::UserAgent: 0
   Mouse: 0
   Net::OAuth: 0
+  URI: 0
   common::sense: 0
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://github.com/norbu09/Net--Dropbox
-version: 1.6.1
+version: 1.7

Modified: branches/upstream/libnet-dropbox-api-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-dropbox-api-perl/current/Makefile.PL?rev=76656&op=diff
==============================================================================
--- branches/upstream/libnet-dropbox-api-perl/current/Makefile.PL (original)
+++ branches/upstream/libnet-dropbox-api-perl/current/Makefile.PL Tue Jun 28 06:36:02 2011
@@ -7,13 +7,16 @@
 
 build_requires 'Test::More';
 
+requires 'URI';
 requires 'JSON';
 requires 'Mouse';
+requires 'Encode';
 requires 'Net::OAuth';
+requires 'Data::Random';
 requires 'common::sense';
+requires 'File::Basename';
 requires 'LWP::UserAgent';
 requires 'HTTP::Request::Common';
-requires 'Data::Random';
 
 auto_install;
 

Modified: branches/upstream/libnet-dropbox-api-perl/current/lib/Net/Dropbox/API.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-dropbox-api-perl/current/lib/Net/Dropbox/API.pm?rev=76656&op=diff
==============================================================================
--- branches/upstream/libnet-dropbox-api-perl/current/lib/Net/Dropbox/API.pm (original)
+++ branches/upstream/libnet-dropbox-api-perl/current/lib/Net/Dropbox/API.pm Tue Jun 28 06:36:02 2011
@@ -17,11 +17,11 @@
 
 =head1 VERSION
 
-Version 1.6.1.6.5.4.3
-
-=cut
-
-our $VERSION = '1.6.1';
+Version 1.7.6.2.6.1.6.5.4.3
+
+=cut
+
+our $VERSION = '1.7';
 
 
 =head1 SYNOPSIS




More information about the Pkg-perl-cvs-commits mailing list