Skip to content

Commit

Permalink
bump to version 0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Dec 30, 2013
1 parent e395089 commit 6805bdb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Version history for Perl module Alien::CMake

0.04 30/12/2013
- update to cmake-2.8.12.1 (was 2.8.4) [plicease]

0.03 28/05/2010
- added binaries options for netbsd, openbsd and solaris [FROGGS]

Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.SKIP
Expand Up @@ -17,4 +17,5 @@ deps
\.gz$
\.o$
\.obj$
\.exe$
\.exe
$^MYMETA\.json$
16 changes: 8 additions & 8 deletions README
@@ -1,16 +1,16 @@
NAME
Alien::CMake - Build and make available CMake library -
<http://cmake.org/>
http://cmake.org/

VERSION
Version 0.03
Version 0.04

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,10 +53,10 @@ 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>
KMX, <kmx at cpan.org>, FROGGS, <froggs at cpan.org>, plicease

COPYRIGHT
This program is free software; you can redistribute it and/or modify it
Expand Down
8 changes: 5 additions & 3 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.03
Version 0.04
=cut

our $VERSION = '0.03';
our $VERSION = '0.04';
$VERSION = eval $VERSION;

=head1 SYNOPSIS
Expand Down Expand Up @@ -79,7 +79,9 @@ Please post issues and bugs at L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Alien-
=head1 AUTHOR
KMX, E<lt>kmx at cpan.orgE<gt>
KMX, E<lt>kmx at cpan.orgE<gt>,
FROGGS, E<lt>froggs at cpan.orgE<gt>,
plicease
=head1 COPYRIGHT
Expand Down

0 comments on commit 6805bdb

Please sign in to comment.