From 882a444887fa457046a8d357deb41fc1969f0e84 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 16 Feb 2015 20:20:43 -0800 Subject: Add __END__ section to all the lib files. --- lib/Net/HTTP/API/Meta/Method/APIMethod.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Net/HTTP/API/Meta/Method/APIMethod.pm') diff --git a/lib/Net/HTTP/API/Meta/Method/APIMethod.pm b/lib/Net/HTTP/API/Meta/Method/APIMethod.pm index 8303770..dc8a798 100644 --- a/lib/Net/HTTP/API/Meta/Method/APIMethod.pm +++ b/lib/Net/HTTP/API/Meta/Method/APIMethod.pm @@ -83,6 +83,8 @@ after add_net_api_method => sub { 1; +__END__ + =head1 SYNOPSIS my $api_client = MyAPI->new; -- cgit v1.2.3