Search results for "SKINGTON"
JSON::Parse - Parse JSON
A module for parsing JSON. (JSON means "JavaScript Object Notation" and it is specified in "RFC 8259".) JSON::Parse offers the function "parse_json", which takes a string containing JSON, and returns an equivalent Perl structure. It also offers valid...
BKB/JSON-Parse-0.62 - 15 Jul 2022 23:26:03 UTC - Search in distribution
Data::Tersify - generate terse equivalents of complex data structures
Complex data structures are useful; necessary, even. But they're not *helpful*. In particular, when you're buried in the guts of some code you don't fully understand and you have a variable you want to inspect, and you say "x $foo" in the debugger, o...
SKINGTON/Data-Tersify-1.003 - 05 Aug 2021 16:40:21 UTC - Search in distribution
Timer::Milestones - measure code execution time succinctly by setting milestones
At its simplest, Timer::Milestones is yet another timer module. It is designed to have the smallest possible interface, so adding timing calls to your code doesn't make it look unreadable. It can also time execution time of functions in other modules...
SKINGTON/Timer-Milestones-0.003 - 05 Mar 2020 13:32:24 UTC - Search in distribution
LWP::JSON::Tiny - use JSON natively with LWP objects
A lot of RESTful API integration involves pointless busy work with setting accept and content-type headers, remembering how Unicode is supposed to work and so on. This is a very simple wrapper around HTTP::Request and HTTP::Response that handles all ...
SKINGTON/LWP-JSON-Tiny-0.014 - 11 May 2018 18:29:32 UTC - Search in distribution- LWP::UserAgent::JSON - a subclass of LWP::UserAgent that understands JSON
- HTTP::Request::JSON - a subclass of HTTP::Request that understands JSON
- HTTP::Response::JSON - a subclass of HTTP::Response that understands JSON
Test::Mock::LWP::Distilled - make and use LWP mocks, distilled to their essence
There are plenty of simple LWP-mocking modules. Test::Mock::LWP::Distilled aims for something slightly more complicated, and therefore a lot more useful. Design ethos Test::Mock::LWP::Distilled does a couple of things beyond just letting you inject m...
SKINGTON/Test-Mock-LWP-Distilled-1.000 - 13 Sep 2021 13:44:59 UTC - Search in distribution
warnings::everywhere - a way of ensuring consistent global warning settings
Warnings are great - in your own code. Tools like prove, and libraries like Moose and Modern::Perl, turn them on for you so you can spot things like ambiguous syntax, variables you only used once, deprecated syntax and other useful things. By default...
SKINGTON/warnings-everywhere-0.031 - 29 Mar 2022 23:01:04 UTC - Search in distribution
Acme::Addslashes - Perl twist on the most useful PHP function ever - addslashes
JAITKEN/Acme-Addslashes-0.1.3
-
19 Sep 2012 10:02:09 UTC
-
Search in distribution
Geography::States::NoUnicodeWarnings - use Geography::States without warnings
Geography::States is a decent Perl module, tried and tested. It hasn't updated for a while, but then e.g. the USA, Canada etc. haven't added states recently, so there hasn't been a need. Under certain circumstances - specifically if you have set a gl...
SKINGTON/Geography-States-NoUnicodeWarnings-0.004 - 27 Jul 2015 14:25:37 UTC - Search in distribution