summaryrefslogtreecommitdiffstats
path: root/lib/WWW/YNAB/UA.pm
diff options
context:
space:
mode:
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;