Committed by Greg Sabino Mullane <[email protected]>

Remove the subversion '$Id$' cruft

---
 Makefile.PL                        |    2 --
 Pg.h                               |    2 --
 Pg.pm                              |    1 -
 Pg.xs                              |    1 -
 dbdimp.c                           |    4 +---
 dbdimp.h                           |    2 --
 quote.c                            |    2 --
 t/lib/App/Info.pm                  |    2 --
 t/lib/App/Info/Handler.pm          |    2 --
 t/lib/App/Info/Handler/Prompt.pm   |    2 --
 t/lib/App/Info/RDBMS.pm            |    2 --
 t/lib/App/Info/RDBMS/PostgreSQL.pm |    2 --
 t/lib/App/Info/Request.pm          |    2 --
 t/lib/App/Info/Util.pm             |    2 --
 types.c                            |    4 ----
 15 files changed, 1 insertions(+), 31 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 86080b3..fdb2cbd 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,5 +1,3 @@
-# $Id$
-
 use ExtUtils::MakeMaker;
 use Config;
 use strict;
diff --git a/Pg.h b/Pg.h
index 8bd5aaf..1b324df 100644
--- a/Pg.h
+++ b/Pg.h
@@ -1,6 +1,4 @@
 /*
-   $Id$
-
    Copyright (c) 2000-2011 Greg Sabino Mullane and others: see the Changes file
    Copyright (c) 1997-2000 Edmund Mergl
    Portions Copyright (c) 1994-1997 Tim Bunce
diff --git a/Pg.pm b/Pg.pm
index f6afbeb..5dbaf14 100644
--- a/Pg.pm
+++ b/Pg.pm
@@ -1,5 +1,4 @@
 #  -*-cperl-*-
-#  $Id$
 #
 #  Copyright (c) 2002-2011 Greg Sabino Mullane and others: see the Changes file
 #  Portions Copyright (c) 2002 Jeffrey W. Baker
diff --git a/Pg.xs b/Pg.xs
index cf8c38c..227b177 100644
--- a/Pg.xs
+++ b/Pg.xs
@@ -1,5 +1,4 @@
 /*
-  $Id$
 
   Copyright (c) 2000-2011 Greg Sabino Mullane and others: see the Changes file
   Portions Copyright (c) 1997-2000 Edmund Mergl
diff --git a/dbdimp.c b/dbdimp.c
index 81a697e..9002b9f 100644
--- a/dbdimp.c
+++ b/dbdimp.c
@@ -1,7 +1,5 @@
 /*
 
-  $Id$
-
   Copyright (c) 2002-2011 Greg Sabino Mullane and others: see the Changes file
   Portions Copyright (c) 2002 Jeffrey W. Baker
   Portions Copyright (c) 1997-2000 Edmund Mergl
@@ -16,7 +14,7 @@
 #include "Pg.h"
 
 #if defined (_WIN32) && !defined (atoll)
-#  define atoll(X) _atoi64(X)
+#define atoll(X) _atoi64(X)
 #endif
 
 #ifndef powf
diff --git a/dbdimp.h b/dbdimp.h
index d665239..6310514 100644
--- a/dbdimp.h
+++ b/dbdimp.h
@@ -1,6 +1,4 @@
 /*
-       $Id$
-       
     Copyright (c) 2000-2011 Greg Sabino Mullane and others: see the Changes 
file
        Portions Copyright (c) 1997-2000 Edmund Mergl
        Portions Copyright (c) 1994-1997 Tim Bunce
diff --git a/quote.c b/quote.c
index bfc8736..a37f05b 100644
--- a/quote.c
+++ b/quote.c
@@ -1,7 +1,5 @@
 /*
 
-   $Id$
-
    Copyright (c) 2003-2011 Greg Sabino Mullane and others: see the Changes file
 
    You may distribute under the terms of either the GNU General Public
diff --git a/t/lib/App/Info.pm b/t/lib/App/Info.pm
index 6cb3267..42ad638 100644
--- a/t/lib/App/Info.pm
+++ b/t/lib/App/Info.pm
@@ -1,7 +1,5 @@
 package App::Info;
 
-# $Id$
-
 =head1 NAME
 
 App::Info - Information about software packages on a system
diff --git a/t/lib/App/Info/Handler.pm b/t/lib/App/Info/Handler.pm
index b98a3f8..fa183ff 100644
--- a/t/lib/App/Info/Handler.pm
+++ b/t/lib/App/Info/Handler.pm
@@ -1,7 +1,5 @@
 package App::Info::Handler;
 
-# $Id$
-
 =head1 NAME
 
 App::Info::Handler - App::Info event handler base class
diff --git a/t/lib/App/Info/Handler/Prompt.pm b/t/lib/App/Info/Handler/Prompt.pm
index 2053693..156d024 100644
--- a/t/lib/App/Info/Handler/Prompt.pm
+++ b/t/lib/App/Info/Handler/Prompt.pm
@@ -1,7 +1,5 @@
 package App::Info::Handler::Prompt;
 
-# $Id$
-
 =head1 NAME
 
 App::Info::Handler::Prompt - Prompting App::Info event handler
diff --git a/t/lib/App/Info/RDBMS.pm b/t/lib/App/Info/RDBMS.pm
index 6c13c38..9d43685 100644
--- a/t/lib/App/Info/RDBMS.pm
+++ b/t/lib/App/Info/RDBMS.pm
@@ -1,7 +1,5 @@
 package App::Info::RDBMS;
 
-# $Id$
-
 use strict;
 use App::Info;
 use vars qw(@ISA $VERSION);
diff --git a/t/lib/App/Info/RDBMS/PostgreSQL.pm 
b/t/lib/App/Info/RDBMS/PostgreSQL.pm
index c494733..9bbe634 100644
--- a/t/lib/App/Info/RDBMS/PostgreSQL.pm
+++ b/t/lib/App/Info/RDBMS/PostgreSQL.pm
@@ -1,7 +1,5 @@
 package App::Info::RDBMS::PostgreSQL;
 
-# $Id$
-
 =head1 NAME
 
 App::Info::RDBMS::PostgreSQL - Information about PostgreSQL
diff --git a/t/lib/App/Info/Request.pm b/t/lib/App/Info/Request.pm
index 4d88f55..ecb7a7f 100644
--- a/t/lib/App/Info/Request.pm
+++ b/t/lib/App/Info/Request.pm
@@ -1,7 +1,5 @@
 package App::Info::Request;
 
-# $Id$
-
 =head1 NAME
 
 App::Info::Request - App::Info event handler request object
diff --git a/t/lib/App/Info/Util.pm b/t/lib/App/Info/Util.pm
index 6c51315..7e0a1db 100644
--- a/t/lib/App/Info/Util.pm
+++ b/t/lib/App/Info/Util.pm
@@ -1,7 +1,5 @@
 package App::Info::Util;
 
-# $Id$
-
 =head1 NAME
 
 App::Info::Util - Utility class for App::Info subclasses
diff --git a/types.c b/types.c
index ef9aaa3..8027429 100644
--- a/types.c
+++ b/types.c
@@ -1,7 +1,5 @@
 /*
 
-   $Id$
-
    Copyright (c) 2003-2011 Greg Sabino Mullane and others: see the Changes file
    
    You may distribute under the terms of either the GNU General Public
@@ -604,8 +602,6 @@ open $newfh, '>', "$file.tmp" or die qq{Could not write to 
"$file.tmp": $!\n};
 
 print $newfh qq{$slashstar
 
-   \$Id: types.c 11297 2008-05-20 21:52:34Z turnstep \$
-
    Copyright (c) 2003-2011 Greg Sabino Mullane and others: see the Changes file
    
    You may distribute under the terms of either the GNU General Public
-- 
1.7.0.5

Reply via email to