summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Changes2
-rw-r--r--MANIFEST.SKIP2
-rw-r--r--README2
4 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index bfd20cf..ad568e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@ inc
pm_to_blib
MANIFEST
Makefile.old
+pod2htm?.tmp
+*.bak
diff --git a/Changes b/Changes
index ef013e0..310d884 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
Revision history for Perl extension PAUSE::OpenID
-0.01 Fri Nov 28 08:46:45 2008
+0.01 Fri Dec 01 18:00:00 2008
- original version
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 7ace781..e87185a 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -13,3 +13,5 @@
\bBuild$
\bBuild.bat$
\b_build
+^pod2htm.\.tmp$
+\.bak$
diff --git a/README b/README
index dbd919a..62695be 100644
--- a/README
+++ b/README
@@ -22,6 +22,6 @@ PAUSE::OpenID documentation is available as in POD. So you can do:
% perldoc PAUSE::OpenID
-to read the documentation online with your favorite pager.
+to read the documentation online with your favourite pager.
Thomas Klausner