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

Dima Kogan dima at secretsauce.net
Thu Nov 28 20:21:57 UTC 2013


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

dkogan-guest pushed a commit to branch chm
in repository libpdl-linearalgebra-perl.

commit 6b9622d1fdb6509400cc9b3f2657aa171aae4374
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 | 2 +-
 Real/real.pd       | 1 +
 Trans/trans.pd     | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Complex/complex.pd b/Complex/complex.pd
index 952d5d9..f625d57 100644
--- a/Complex/complex.pd
+++ b/Complex/complex.pd
@@ -115,7 +115,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 981042d..b2b4a44 100644
--- a/Real/real.pd
+++ b/Real/real.pd
@@ -92,6 +92,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 ae7d220..0fe0a2d 100644
--- a/Trans/trans.pd
+++ b/Trans/trans.pd
@@ -106,7 +106,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