Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Validate JSON module is not in the environment.  Receive appropriate error message.
  2. Run cpan install JSON command to install the JSON Perl module.  In the example below, the module is installed locally (local::lib) and not in the system's Perl installation.
  3. Execute the environment variable updates added to the .bashrc file by the installation process.
  4. Validate the tidycat.pl command can now be run without receiving error.

...