repo.or.cz
/
Math-GSL.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
efc5ac3
)
Bump minor revision again, prepping for CPAN test release
master
author
Duke Leto
<
[email protected]
>
Tue, 18 May 2010 08:37:47 +0000
(18
01:37
-0700)
committer
Duke Leto
<
[email protected]
>
Tue, 18 May 2010 08:37:47 +0000
(18
01:37
-0700)
lib/Math/GSL.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Math/GSL.pm
b/lib/Math/GSL.pm
index
79b8938
..
1345321
100644
(file)
--- a/
lib/Math/GSL.pm
+++ b/
lib/Math/GSL.pm
@@
-22,7
+22,7
@@
our %EXPORT_TAGS = ( all => \@EXPORT_OK, );
our ($GSL_PREC_DOUBLE, $GSL_PREC_SINGLE, $GSL_PREC_APPROX ) = 0 .. 2;
our $GSL_MODE_DEFAULT = $GSL_PREC_DOUBLE;
-our $VERSION = '0.21_0
2
';
+our $VERSION = '0.21_0
3
';
=head1 NAME
@@
-30,7
+30,7
@@
Math::GSL - Perl interface to the GNU Scientific Library (GSL)
=head1 VERSION
-Version 0.21_0
2
+Version 0.21_0
3
=head1 SYNOPSIS