0.1.4 Thu  9 Jun 2022 08:57:30 AEST

        - Fixed missing WARN constant when no system detected
	- Tidy pod
	- Change pod examples to show Log::ger because its easier


0.1.3 

        - If auto detect fails, creates constants for all supported frameworks
        - Changed unkown command line level setting to carp instead of croak
          to allow multiple framesworks to interoperate

0.1.2   Mon 30 May 2022 03:23:40 AEST

        - Disabled tests requiring installation of logging modules
        - Fixed an issue where no hash specified at main program level
          prevented autodetection of logging system in other modules
          with no hash specified

0.1.1   Fri 15 Apr 2022 22:22:44 AEST
	
	- Fixed tests calling wrong perl command
	- Fixed list context/ state issue on 5.24 and 5.26

0.1.0   Thu 14 Apr 2022 21:58:57 AEST
        - Original release
        - Using constant::more for backend
        - Sets up constants for each logging level of detected/supported logging
        system to allow compile time disabling in conditional structures