Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
version 0.041
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Apr 2, 2017
1 parent 7f79e28 commit b8cac5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl module Alien::Base.

0.041 2017-04-02 18:00:52 -0400
- Fix some minor metadata
- Require Alien-Base-ModuleBuild 0.040 to ensure the separated
version.

0.040 2017-03-29 01:30:46 -0400
- Spin off Alien::Base::ModuleBuild into the separate distribution
Alien-Base-ModuleBuild
Expand Down
2 changes: 1 addition & 1 deletion lib/Alien/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Alien::Base;
use strict;
use warnings;

our $VERSION = '0.040';
our $VERSION = '0.041';

use Carp;
use File::ShareDir ();
Expand Down

0 comments on commit b8cac5c

Please sign in to comment.