[libpdl-linearalgebra-perl] 03/03: explicitly specifying a Latin-1 encoding in the PODs

Dima Kogan dima at secretsauce.net
Thu Nov 28 01:41:53 UTC 2013


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch patch-queue/master
in repository libpdl-linearalgebra-perl.

commit a4b3b911f613d8d85c22e43056a6ed1319236a80
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sun Nov 17 00:32:33 2013 -0800

    explicitly specifying a Latin-1 encoding in the PODs
    
    For some reason the new builds are complaining loudly about this. Maybe it's the
    new perl...
---
 Complex/complex.pd | 1 +
 Real/real.pd       | 1 +
 Trans/trans.pd     | 1 +
 3 files changed, 3 insertions(+)

diff --git a/Complex/complex.pd b/Complex/complex.pd
index 23ed393..a7b08c2 100644
--- a/Complex/complex.pd
+++ b/Complex/complex.pd
@@ -109,6 +109,7 @@ use PDL::LinearAlgebra::Real;
 
 
 
+=encoding Latin-1
 =head1 NAME
 
 PDL::LinearAlgebra::Complex - PDL interface to the lapack linear algebra programming library (complex number)
diff --git a/Real/real.pd b/Real/real.pd
index f328070..fdde42e 100644
--- a/Real/real.pd
+++ b/Real/real.pd
@@ -86,6 +86,7 @@ use strict;
 
 
 
+=encoding Latin-1
 =head1 NAME
 
 PDL::LinearAlgebra::Real - PDL interface to the real lapack linear algebra programming library
diff --git a/Trans/trans.pd b/Trans/trans.pd
index 655c5c0..4d83ee4 100644
--- a/Trans/trans.pd
+++ b/Trans/trans.pd
@@ -99,6 +99,7 @@ use PDL::LinearAlgebra::Real qw //;
 use PDL::LinearAlgebra::Complex qw //;
 use strict;
 
+=encoding Latin-1
 =head1 NAME
 
 PDL::LinearAlgebra::Trans - Linear Algebra based transcendental functions for PDL

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdl-linearalgebra-perl.git



More information about the Pkg-perl-cvs-commits mailing list