Nobody - A collection of utility modules for Perl

This distribution contains a set of Perl modules originally developed by
Rich Paul (NOBODY) for personal use, now released to CPAN for the benefit
of the wider community.

INSTALLATION

To install this module, type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  common::sense
  JSON::XS
  Scalar::Util
  List::Util
  POSIX
  Carp
  Path::Tiny
  Sub::Util
  URI

COPYRIGHT AND LICENCE

Copyright (C) 2026 by Rich Paul

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.20.0 or, at
your option, any later version of Perl 5 you may have available.
