summaryrefslogtreecommitdiffstats
path: root/lib/WWW/YNAB/UA.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-06-24 13:08:41 -0400
committerJesse Luehrs <doy@tozt.net>2018-06-24 13:08:41 -0400
commit02645507b1ae3d9422f453568f4e1a732e18f5e7 (patch)
tree8914335e4648eff56bbeaddf79c7d634271b1dee /lib/WWW/YNAB/UA.pm
parentc1fb530eea90fcf7c1c294b44d6d833e4dbcd809 (diff)
downloadwww-ynab-02645507b1ae3d9422f453568f4e1a732e18f5e7.tar.gz
www-ynab-02645507b1ae3d9422f453568f4e1a732e18f5e7.zip
docs
Diffstat (limited to 'lib/WWW/YNAB/UA.pm')
-rw-r--r--lib/WWW/YNAB/UA.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/WWW/YNAB/UA.pm b/lib/WWW/YNAB/UA.pm
index 47c9fcb..6c1968c 100644
--- a/lib/WWW/YNAB/UA.pm
+++ b/lib/WWW/YNAB/UA.pm
@@ -1,4 +1,5 @@
package WWW::YNAB::UA;
+
use Moose;
use HTTP::Tiny;
@@ -86,4 +87,13 @@ sub _request {
__PACKAGE__->meta->make_immutable;
no Moose;
+=begin Pod::Coverage
+
+ get
+ post
+
+=end Pod::Coverage
+
+=cut
+
1;