Acme-URL
view release on metacpan or search on metacpan
lib/Acme/URL.pm view on Meta::CPAN
# print the json
say http://twitter.com/statuses/show/6592721580.json;
# => "He nose the truth."
say decode_json( http://twitter.com/statuses/show/6592721580.json )->{text};
=head1 DESCRIPTION
See L<http://transfixedbutnotdead.com/2009/12/16/url-develdeclare-and-no-strings-attached/>
NB. This module is just a play thing and just intended as an investigation into using L<Devel::Declare>.
So go play with it and don't do anything stupid with it :)
=head1 EXPORT
=head2 http()
NB. Devel::Declare will always trigger the bareword http
lib/Acme/URL.pm view on Meta::CPAN
=item * AnnoCPAN: Annotated CPAN documentation
L<http://annocpan.org/dist/Acme-URL>
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/Acme-URL>
=item * Search CPAN
L<http://search.cpan.org/dist/Acme-URL/>
=back
=head1 ACKNOWLEDGEMENTS
See L<Devel::Declare> for the black magic used!
=head1 DISCLAIMER
( run in 1.113 second using v1.01-cache-2.11-cpan-df04353d9ac )