From 02645507b1ae3d9422f453568f4e1a732e18f5e7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 24 Jun 2018 13:08:41 -0400 Subject: docs --- lib/WWW/YNAB/UA.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/WWW/YNAB/UA.pm') 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; -- cgit v1.2.3-54-g00ecf