Set Id keyword on everything
Simon Wistow [Mon, 1 Dec 2008 21:17:51 +0000 (21:17 +0000)]
14 files changed:
MANIFEST.SKIP
README
lib/XML/Feed.pm
lib/XML/Feed/Content.pm
lib/XML/Feed/Entry.pm
lib/XML/Feed/Format/Atom.pm
lib/XML/Feed/Format/RSS.pm
t/00-compile.t
t/01-parse.t
t/04-splice-atom.t
t/04-splice-rss.t
t/10-mix-and-match.t
t/11-xml-base-atom.t
t/11-xml-base-rss.t

index fa974f2..67c9574 100644 (file)
@@ -3,3 +3,4 @@
 _build
 Build
 blib
+Makefile
diff --git a/README b/README
index 0a28fc0..26beb4e 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README 1925 2006-03-03 17:37:50Z btrott $
+$Id$
 
 This is XML::Feed, an abstraction above the RSS and Atom syndication
 feed formats. It supports both parsing and autodiscovery of feeds.
index b70b1bc..99ef0f7 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Feed.pm 1958 2006-08-14 05:31:27Z btrott $
+# $Id$
 
 package XML::Feed;
 use strict;
index 7a1ea3b..6b6ae34 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Content.pm 1862 2005-06-20 17:26:11Z btrott $
+# $Id$
 
 package XML::Feed::Content;
 use strict;
index 169fef3..7e246cf 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Entry.pm 1872 2005-08-12 04:28:42Z btrott $
+# $Id$
 
 package XML::Feed::Entry;
 use strict;
index 4846947..f1179dd 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Atom.pm 1958 2006-08-14 05:31:27Z btrott $
+# $Id$
 
 package XML::Feed::Format::Atom;
 use strict;
index b9f29f8..bb0a7a0 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: RSS.pm 1934 2006-04-22 05:13:55Z btrott $
+# $Id$
 
 package XML::Feed::Format::RSS;
 use strict;
index c1c7d58..d8a7bba 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: 00-compile.t 1867 2005-08-09 20:41:15Z btrott $
+# $Id$
 
 use strict;
 use Test::More tests => 4;
index fcb5256..ae3bb7c 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: 01-parse.t 1921 2006-02-28 02:50:52Z btrott $
+# $Id$
 
 use strict;
 use Test::More tests => 75;
index 21f7a5e..29a739a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: 04-splice.t 1958 2006-08-14 05:31:27Z btrott $
+# $Id$
 
 use strict;
 use Test::More tests => 3;
index 5245620..328d639 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: 04-splice.t 1958 2006-08-14 05:31:27Z btrott $
+# $Id$
 
 use strict;
 use Test::More tests => 3;
index 12854b9..aeb2d4c 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: $
+# $Id$
 
 use strict;
 use Test::More tests => 6;
index 6f4757e..8c0aeff 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: $
+# $Id$
 
 use strict;
 use Test::More tests => 13;
index 4477ce4..1e2fef5 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: $
+# $Id$
 
 use strict;
 use Test::More;