~ubuntu-branches/ubuntu/maverick/perl/maverick

« back to all changes in this revision

Viewing changes to debian/patches/fixes/pod-nitpicks.diff

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-07-13 14:43:57 UTC
  • mfrom: (8.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090713144357-63w4d6gl3z0brxtt
Tags: 5.10.0-24ubuntu1
* Merge from debian unstable, remaining changes: LP: #398701
  - add Breaks against doc-base (<< 0.8.16) to fix upgrade issues from
    hardy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Signed-off-by: Niko Tyni <ntyni@debian.org>
7
7
 
8
8
---
9
 
 ext/Encode/Encode.pm   |    2 +-
10
 
 lib/Object/Accessor.pm |    1 +
11
 
 2 files changed, 2 insertions(+), 1 deletions(-)
 
9
 ext/Encode/Encode.pm         |    2 +-
 
10
 lib/Module/Build/Cookbook.pm |    2 +-
 
11
 lib/Object/Accessor.pm       |    1 +
 
12
 3 files changed, 3 insertions(+), 2 deletions(-)
12
13
 
13
14
diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm
14
15
index 97a5a6f..98a8a7f 100644
23
24
 
24
25
 As of Encode 2.12 CHECK can also be a code reference which takes the
25
26
 ord value of unmapped caharacter as an argument and returns a string
 
27
diff --git a/lib/Module/Build/Cookbook.pm b/lib/Module/Build/Cookbook.pm
 
28
index ba721b9..85b7c06 100644
 
29
--- a/lib/Module/Build/Cookbook.pm
 
30
+++ b/lib/Module/Build/Cookbook.pm
 
31
@@ -392,7 +392,7 @@ testing, do I generate a test file.
 
32
 I'm sure I could not have handled this complexity with EU::MM, but it
 
33
 was very easy to do with M::B.
 
34
 
 
35
-=back 4
 
36
+=back
 
37
 
 
38
 
 
39
 =head2 Modifying an action
26
40
diff --git a/lib/Object/Accessor.pm b/lib/Object/Accessor.pm
27
41
index dda006a..5ff4b87 100644
28
42
--- a/lib/Object/Accessor.pm