about summary refs log tree commit diff
path: root/lib/Net/HTTP/API/Meta/Method/APIMethod.pm
diff options
context:
space:
mode:
authorFranck Cuny <franck@lumberjaph.net>2015-02-16 20:20:43 -0800
committerFranck Cuny <franck@lumberjaph.net>2015-02-16 20:20:43 -0800
commit882a444887fa457046a8d357deb41fc1969f0e84 (patch)
treea7fb0b87689f90a94ff56f3302d4a54de2ec699d /lib/Net/HTTP/API/Meta/Method/APIMethod.pm
parentAdd a __END__ section to Net::HTTP::API (diff)
downloadnet-http-api-882a444887fa457046a8d357deb41fc1969f0e84.tar.gz
Add __END__ section to all the lib files.
Diffstat (limited to 'lib/Net/HTTP/API/Meta/Method/APIMethod.pm')
-rw-r--r--lib/Net/HTTP/API/Meta/Method/APIMethod.pm2
1 files changed, 2 insertions, 0 deletions
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;