diff --git a/Changes b/Changes index 64146bd..54dd4be 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for CGI-Info -0.79 +0.79 Wed Jan 3 14:25:42 EST 2024 Better arg count checking Mark techiaith.cymru as a robot Facebook FBCLID can have "--" which can cause false positives diff --git a/README b/README index 1194bd3..b87a494 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -CGI-Info Version 0.78 +CGI-Info Version 0.79 INSTALLATION @@ -29,6 +29,6 @@ You can also look for information at: LICENSE AND COPYRIGHT -Copyright (C) 2010-2023 Nigel Horne +Copyright (C) 2010-2024 Nigel Horne This program is released under the following licence: GPL2 diff --git a/README.md b/README.md index 5070c36..5111e85 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ CGI::Info - Information about the CGI environment # VERSION -Version 0.78 +Version 0.79 # SYNOPSIS @@ -300,6 +300,10 @@ This can be run as a class or object method. print CGI::Info->rootdir(); +## root\_dir + +Synonym of rootdir(), for compatibility with [CHI](https://metacpan.org/pod/CHI). + ## logdir Gets and sets the name of a directory that you can use to store logs in. @@ -423,7 +427,7 @@ You can also look for information at: - MetaCPAN - [https://metacpan.org/release/CGI-Info](https://metacpan.org/release/CGI-Info) + [https://metacpan.org/dist/CGI-Info](https://metacpan.org/dist/CGI-Info) - RT: CPAN's request tracker @@ -439,6 +443,6 @@ You can also look for information at: # LICENSE AND COPYRIGHT -Copyright 2010-2023 Nigel Horne. +Copyright 2010-2024 Nigel Horne. This program is released under the following licence: GPL2 diff --git a/lib/CGI/Info.pm b/lib/CGI/Info.pm index 93d494f..14c7ac4 100644 --- a/lib/CGI/Info.pm +++ b/lib/CGI/Info.pm @@ -25,11 +25,11 @@ CGI::Info - Information about the CGI environment =head1 VERSION -Version 0.78 +Version 0.79 =cut -our $VERSION = '0.78'; +our $VERSION = '0.79'; =head1 SYNOPSIS