[libpdl-linearalgebra-perl] 03/24: added forgotten Latin1 encoding specs, added proper spacing to existing specs

Dima Kogan dima at secretsauce.net
Mon Aug 31 06:57:16 UTC 2015


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

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

commit a38812969be828028f1ef159c86c9433a9b39b43
Author: Dima Kogan <dima at secretsauce.net>
Date:   Tue Dec 3 14:50:18 2013 -0800

    added forgotten Latin1 encoding specs, added proper spacing to existing specs
    
    This fixes two issues:
    
    - Some PODs were still not labelled as Latin1, and thus causing POS errors
    
    - The Latin1 labels that WERE there weren't whitespace-separated from adjacent
      tags, which cause other POD errors
---
 Complex/complex.pd | 1 +
 LinearAlgebra.pm   | 2 ++
 Real/real.pd       | 1 +
 Special/Special.pm | 2 ++
 Trans/trans.pd     | 1 +
 5 files changed, 7 insertions(+)

diff --git a/Complex/complex.pd b/Complex/complex.pd
index 35dd55c..44854bd 100644
--- a/Complex/complex.pd
+++ b/Complex/complex.pd
@@ -116,6 +116,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/LinearAlgebra.pm b/LinearAlgebra.pm
index b80f018..78043b7 100644
--- a/LinearAlgebra.pm
+++ b/LinearAlgebra.pm
@@ -123,6 +123,8 @@ sub norm {
 }
 ########################################################################
 
+=encoding Latin-1
+
 =head1 NAME
 
 PDL::LinearAlgebra - Linear Algebra utils for PDL
diff --git a/Real/real.pd b/Real/real.pd
index 4634a6c..2346168 100644
--- a/Real/real.pd
+++ b/Real/real.pd
@@ -93,6 +93,7 @@ use strict;
 
 
 =encoding Latin-1
+
 =head1 NAME
 
 PDL::LinearAlgebra::Real - PDL interface to the real lapack linear algebra programming library
diff --git a/Special/Special.pm b/Special/Special.pm
index 70aeb0a..21326b5 100644
--- a/Special/Special.pm
+++ b/Special/Special.pm
@@ -19,6 +19,8 @@ our @ISA = ( 'PDL::Exporter');
 
 use strict;
 
+=encoding Latin-1
+
 =head1 NAME
 
 PDL::LinearAlgebra::Special - Special matrices for PDL
diff --git a/Trans/trans.pd b/Trans/trans.pd
index 814c6a7..8f9b0a4 100644
--- a/Trans/trans.pd
+++ b/Trans/trans.pd
@@ -107,6 +107,7 @@ 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