Skip to content

Commit

Permalink
version 0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Aug 25, 2015
1 parent 041f08b commit c86fa3a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Version history for Perl module Alien::CMake

0.06 25/08/2015
- update to cmake-3.3.0 on Solaris, Windows, Linux and OS X

0.05 02/02/2014
- fix arch detection for Windows/x64 [plicease]

Expand Down
14 changes: 7 additions & 7 deletions README
@@ -1,16 +1,16 @@
NAME
Alien::CMake - Build and make available CMake library -
http://cmake.org/
<http://cmake.org/>

VERSION
Version 0.05
Version 0.06

SYNOPSIS
Alien::CMake during its installation does one of the following:

* Builds *CMake* binaries from source codes and installs dev files
(headers: *.h, static library: *.a) into *share* directory of
Alien::CMake distribution.
* Builds *CMake* binaries from source codes and installs dev files
(headers: *.h, static library: *.a) into *share* directory of
Alien::CMake distribution.

Later you can use Alien::CMake in your module that needs to link with
*libode* like this:
Expand Down Expand Up @@ -38,7 +38,7 @@ SYNOPSIS
'Any::CMake::Module'.

DESCRIPTION
In short `Alien::CMake' can be used to detect and get configuration
In short "Alien::CMake" can be used to detect and get configuration
settings from an already installed CMake. It offers also an option to
download CMake source codes and build binaries from scratch.

Expand All @@ -53,7 +53,7 @@ METHODS

BUGS
Please post issues and bugs at
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Alien-CMake
<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Alien-CMake>

AUTHOR
KMX, <kmx at cpan.org>, FROGGS, <froggs at cpan.org>, plicease
Expand Down
4 changes: 2 additions & 2 deletions lib/Alien/CMake.pm
Expand Up @@ -13,11 +13,11 @@ Alien::CMake - Build and make available CMake library - L<http://cmake.org/>
=head1 VERSION
Version 0.05
Version 0.06
=cut

our $VERSION = '0.05';
our $VERSION = '0.06';
$VERSION = eval $VERSION;

=head1 SYNOPSIS
Expand Down

0 comments on commit c86fa3a

Please sign in to comment.