[Bps-public-commit] storage-box branch, master, updated. 2667b2eb31a3c2303cf445c281766bc5f26064b9

Dave Goehrig dave at bestpractical.com
Tue Sep 27 10:43:23 EDT 2016


The branch, master has been updated
       via  2667b2eb31a3c2303cf445c281766bc5f26064b9 (commit)
       via  f34adb47270dd2c09f85b26b39668dcb627dc035 (commit)
       via  0c3340b9234a4a3131f73ed8edcf8d2f51858b21 (commit)
       via  9793bcc27dc7d1d0610e3bfacea58d0095533045 (commit)
       via  acf365f565d4e183a4a51be6fb4d3714f676af46 (commit)
      from  083e9386f42e206c96335b9e61d9fc5f2f06e9c4 (commit)

Summary of changes:
 LICENSE                    |  6 +++---
 META.json                  |  2 +-
 README.md                  |  2 +-
 lib/Storage/Box.pm         | 15 +++++++++++----
 lib/Storage/Box/Auth.pm    | 14 +++++++++++---
 lib/Storage/Box/File.pm    |  2 +-
 lib/Storage/Box/Folder.pm  |  2 +-
 lib/Storage/Box/Request.pm | 18 ++++++++++++++++--
 lib/Storage/Box/User.pm    |  2 +-
 9 files changed, 46 insertions(+), 17 deletions(-)

- Log -----------------------------------------------------------------
commit f34adb47270dd2c09f85b26b39668dcb627dc035
Author: Dave Goehrig <dave at bestpractical.com>
Date:   Tue Sep 27 10:37:34 2016 -0400

    fixed the debug level issue

diff --git a/META.json b/META.json
index 11ca7a5..81f61d2 100644
--- a/META.json
+++ b/META.json
@@ -55,7 +55,7 @@
       }
    },
    "release_status" : "stable",
-   "version" : "0.01",
+   "version" : "0.03",
    "x_contributors" : [
       "Dave Goehrig <dave at bestpractical.com>"
    ],
diff --git a/lib/Storage/Box.pm b/lib/Storage/Box.pm
index 913c1b7..6015436 100644
--- a/lib/Storage/Box.pm
+++ b/lib/Storage/Box.pm
@@ -10,7 +10,7 @@ use Storage::Box::File;
 use Storage::Box::Folder;
 use Storage::Box::Logger;
 
-our $VERSION = '0.01';
+our $VERSION = '0.03';
 our $logger = Storage::Box::Logger::logger;
 
 =pod 
diff --git a/lib/Storage/Box/Auth.pm b/lib/Storage/Box/Auth.pm
index 4bb2103..a5bd937 100644
--- a/lib/Storage/Box/Auth.pm
+++ b/lib/Storage/Box/Auth.pm
@@ -234,7 +234,7 @@ sub request {
     
     if ($curl->perform || $curl->getinfo(CURLINFO_RESPONSE_CODE) != 200 ) {
         $self->code($curl->getinfo(CURLINFO_RESPONSE_CODE));
-        return $self 
+        return $self;
     }
 
     $self->code($curl->getinfo(CURLINFO_RESPONSE_CODE));

commit 2667b2eb31a3c2303cf445c281766bc5f26064b9
Author: Dave Goehrig <dave at bestpractical.com>
Date:   Tue Sep 27 10:40:45 2016 -0400

    fixing copyright notices

diff --git a/README.md b/README.md
index 13b7b78..a5b02d3 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ Dave Goehrig <dave at dloh.org>
 
 # COPYRIGHT
 
-Copyright (C) 2016 Dave Goehrig
+Copyright (C) 2016 Best Practical Solutions, LLC.
 
 # LICENSE
 
diff --git a/lib/Storage/Box.pm b/lib/Storage/Box.pm
index 6015436..007bf89 100644
--- a/lib/Storage/Box.pm
+++ b/lib/Storage/Box.pm
@@ -350,7 +350,7 @@ Dave Goehrig E<lt>dave at dloh.orgE<gt>
 
 =head1 COPYRIGHT
 
-Copyright (C) 2016 Dave Goehrig
+Copyright (C) 2016 Best Practical Solutions, LLC.
 
 =head1 LICENSE
 
diff --git a/lib/Storage/Box/Auth.pm b/lib/Storage/Box/Auth.pm
index a5bd937..a8edc3a 100644
--- a/lib/Storage/Box/Auth.pm
+++ b/lib/Storage/Box/Auth.pm
@@ -262,7 +262,7 @@ lots
 
 =head1 COPYRIGHT
 
-Best Practical LLC.
+Copyright (C) 2016 Best Practical Solutions, LLC.
 
 =head1 AUTHORS
 
diff --git a/lib/Storage/Box/File.pm b/lib/Storage/Box/File.pm
index f775885..c59c86c 100644
--- a/lib/Storage/Box/File.pm
+++ b/lib/Storage/Box/File.pm
@@ -103,7 +103,7 @@ lots
 
 =head1 COPYRIGHT
 
-Best Practical LLC.
+Copyright (C) 2016 Best Practical Solutions, LLC.
 
 =head1 AUTHORS
 
diff --git a/lib/Storage/Box/Folder.pm b/lib/Storage/Box/Folder.pm
index 0ed2079..dc66325 100644
--- a/lib/Storage/Box/Folder.pm
+++ b/lib/Storage/Box/Folder.pm
@@ -98,7 +98,7 @@ lots
 
 =head1 COPYRIGHT
 
-Best Practical LLC.
+Copyright (C) 2016 Best Practical Solutions, LLC.
 
 =head1 AUTHORS
 
diff --git a/lib/Storage/Box/Request.pm b/lib/Storage/Box/Request.pm
index 7ec6ab3..1459e82 100644
--- a/lib/Storage/Box/Request.pm
+++ b/lib/Storage/Box/Request.pm
@@ -138,7 +138,7 @@ lots
 
 =head1 COPYRIGHT
 
-Best Practical LLC.
+Copyright (C) 2016 Best Practical Solutions, LLC.
 
 =head1 AUTHORS
 
diff --git a/lib/Storage/Box/User.pm b/lib/Storage/Box/User.pm
index 6df16f3..4058682 100644
--- a/lib/Storage/Box/User.pm
+++ b/lib/Storage/Box/User.pm
@@ -154,7 +154,7 @@ lots
 
 =head1 COPYRIGHT
 
-Best Practical LLC.
+Copyright (C) 2016 Best Practical Solutions, LLC.
 
 =head1 AUTHORS
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list