diff options
| author | Franck Cuny <franck@lumberjaph.net> | 2015-02-16 20:20:43 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@lumberjaph.net> | 2015-02-16 20:20:43 -0800 |
| commit | 882a444887fa457046a8d357deb41fc1969f0e84 (patch) | |
| tree | a7fb0b87689f90a94ff56f3302d4a54de2ec699d /lib/Net/HTTP/API/Meta/Method/APIMethod.pm | |
| parent | Add a __END__ section to Net::HTTP::API (diff) | |
| download | net-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.pm | 2 |
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; |
