Subject: | [Patch] POD typos |
Hi,
attached is a patch that fixes two small POD typos.
Andreas, could you please give me a small response whether the git diff
format is okay and applicable or not.
Thanks, Frank
Subject: | 0001-fix-POD-typo.patch |
From 85f15e2022eda029c3ebf733477bf5137f400895 Mon Sep 17 00:00:00 2001
From: Frank Wiegand <fw@hal2.(none)>
Date: Sat, 10 Jan 2009 11:13:07 +0100
Subject: [PATCH] fix POD typo
---
lib/Acme/Study/Perl.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/Acme/Study/Perl.pm b/lib/Acme/Study/Perl.pm
index cf6ab9a..7658e43 100644
--- a/lib/Acme/Study/Perl.pm
+++ b/lib/Acme/Study/Perl.pm
@@ -69,7 +69,7 @@ So far we have defined four characters as hash keys per study:
> output
@ error ($@)
-We have configured Data::Dumpe to write one line and sort the keys
+We have configured Data::Dumper to write one line and sort the keys.
=cut
--
1.5.6.5