Girocco/Notify.pm: tidy up use'd modules
commitca418e5c030e75e305fb5986c0350ceb4581d0d6
authorKyle J. McKay <mackyle@gmail.com>
Mon, 8 Feb 2021 00:53:58 +0000 (7 17:53 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 8 Feb 2021 00:53:58 +0000 (7 17:53 -0700)
treeebca7de31bd0675bb190d09ec4851b69f5cb010d
parentfdc487118a1d9096a3f6a76ac3649fd6b0a38192
Girocco/Notify.pm: tidy up use'd modules

CIA has been defunct for a while now.
Since only CIA needed the RPC::XML modules, comment them out.

Also make sure the CIA.vc is defunct only shows up once per push
rather than once per commit.

Remove the enclosing BEGIN from around the `use` lines that
imply their own BEGIN scope -- no need for nested BEGIN scopes.

Switch to the recently added `to_json` function and get rid
of the `use JSON`.  The only thing needed to support the POST
of the JSON blob is now LWP::UserAgent.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Notify.pm