Skip to content

Commit

Permalink
Add a utf8 POD encoding to RNG and Roots to make Perl 5.18 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Sep 16, 2013
1 parent 26f9bc3 commit 62d9db9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pod/RNG.pod
Expand Up @@ -20,6 +20,8 @@
/;
%EXPORT_TAGS = ( all => [ @EXPORT_OK ] );

=encoding utf8

=head1 NAME

Math::GSL::RNG - Random Number Generators
Expand Down
5 changes: 3 additions & 2 deletions pod/Roots.pod
@@ -1,5 +1,4 @@
%perlcode %{
@EXPORT_OK = qw/
%perlcode %{ @EXPORT_OK = qw/
gsl_root_fsolver_alloc
gsl_root_fsolver_free
gsl_root_fsolver_set
Expand Down Expand Up @@ -28,6 +27,8 @@

__END__

=encoding utf8

=head1 NAME

Math::GSL::Roots - Find roots of arbitrary 1-D functions
Expand Down

0 comments on commit 62d9db9

Please sign in to comment.