Skip to content

Commit

Permalink
Release 0.88
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jan 13, 2025
1 parent 217ef49 commit d425505
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for CGI-Info

0.88
0.88 Mon Jan 13 09:33:24 EST 2025
Improved arg checking
Merge https://github.com/nigelhorne/CGI-Info/pull/21 (plicease)
Added _get_env()
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CGI-Info Version 0.87
CGI-Info Version 0.88

INSTALLATION

Expand Down Expand Up @@ -29,6 +29,6 @@ You can also look for information at:

LICENSE AND COPYRIGHT

Copyright (C) 2010-2024 Nigel Horne
Copyright (C) 2010-2025 Nigel Horne

This program is released under the following licence: GPL2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CGI::Info gets information about the system that a CGI script is running on.

# VERSION

Version 0.87
Version 0.88

# SYNOPSIS

Expand Down
5 changes: 3 additions & 2 deletions lib/CGI/Info.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ CGI::Info gets information about the system that a CGI script is running on.
=head1 VERSION
Version 0.87
Version 0.88
=cut

our $VERSION = '0.87';
our $VERSION = '0.88';

=head1 SYNOPSIS
Expand Down Expand Up @@ -118,6 +118,7 @@ sub new
carp(__PACKAGE__, ' use ->new() not ::new() to instantiate');
return;
}

# FIXME: this only works when no arguments are given
$class = __PACKAGE__;
} elsif(Scalar::Util::blessed($class)) {
Expand Down
1 change: 0 additions & 1 deletion t/pod-spelling.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use strict;
use warnings;

use Test::DescribeMe qw(author);
use Test::Most;
use Test::Needs 'Test::Spelling';

Test::Spelling->import();
Expand Down

0 comments on commit d425505

Please sign in to comment.