summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Klausner <domm@cpan.org>2008-12-01 20:41:42 +0100
committerThomas Klausner <domm@cpan.org>2008-12-01 20:41:42 +0100
commit69f4c63d456d6a2c33006d8029cfc55eb9c56bbc (patch)
treee00d6e1763cbb29ae6959d10075ccba05edf28e0
parentcatalyst skeleton (diff)
parentMerge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff)
downloadSimple-OpenID-69f4c63d456d6a2c33006d8029cfc55eb9c56bbc.tar.gz
Simple-OpenID-69f4c63d456d6a2c33006d8029cfc55eb9c56bbc.tar.bz2
Simple-OpenID-69f4c63d456d6a2c33006d8029cfc55eb9c56bbc.zip
Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID
-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