Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewis committed Jul 22, 2010
1 parent 44971ac commit ac498a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changes
@@ -1,13 +1,13 @@
Revision history for Net-ILO

0.041 07/21/2010
0.41 07/21/2010
- Fixed bug in del_user() so it behaves as documented
- Fixed bug in _serialize() so it doesn't barf if passed null data
- Removed POD tests as they were interfering with build environments
- Added several dozen unit tests
- Removed .git directory from CPAN distribution (argh!)
- MANIFEST is now complete

0.040 07/19/2010
0.40 07/19/2010
- First release version

2 changes: 1 addition & 1 deletion lib/Net/ILO.pm
Expand Up @@ -9,7 +9,7 @@ use English qw(-no_match_vars);
use IO::Socket::SSL;
use XML::Simple;

our $VERSION = '0.04';
our $VERSION = '0.41';


my $METHOD_UNSUPPORTED = 'Method not supported by this iLO version';
Expand Down

0 comments on commit ac498a5

Please sign in to comment.