diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2002-06-01 03:20:52 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-06-01 03:20:52 +0000 |
commit | 6ad89a2fb9e9253a1c711e4eb8c036b6234eeb63 (patch) | |
tree | 403bef9ba61c3ad3086eb965074a1e6830887a88 /ext/Storable | |
parent | ba139f7d89947cd75e001b6899bb56bab3000fe5 (diff) | |
download | perl-6ad89a2fb9e9253a1c711e4eb8c036b6234eeb63.tar.gz |
Remove $Id$ lines.
p4raw-id: //depot/perl@16953
Diffstat (limited to 'ext/Storable')
-rw-r--r-- | ext/Storable/Makefile.PL | 1 | ||||
-rw-r--r-- | ext/Storable/Storable.pm | 1 | ||||
-rw-r--r-- | ext/Storable/Storable.xs | 6 | ||||
-rw-r--r-- | ext/Storable/t/blessed.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/canonical.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/compat06.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/dclone.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/downgrade.t | 1 | ||||
-rw-r--r-- | ext/Storable/t/forgive.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/freeze.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/integer.t | 1 | ||||
-rw-r--r-- | ext/Storable/t/interwork56.t | 1 | ||||
-rw-r--r-- | ext/Storable/t/lock.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/malice.t | 1 | ||||
-rw-r--r-- | ext/Storable/t/overload.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/recurse.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/restrict.t | 1 | ||||
-rw-r--r-- | ext/Storable/t/retrieve.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/st-dump.pl | 1 | ||||
-rw-r--r-- | ext/Storable/t/store.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/tied.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/tied_hook.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/tied_items.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/utf8.t | 2 | ||||
-rw-r--r-- | ext/Storable/t/utf8hash.t | 3 |
25 files changed, 1 insertions, 46 deletions
diff --git a/ext/Storable/Makefile.PL b/ext/Storable/Makefile.PL index 4845d5379f..3ac71c8b8b 100644 --- a/ext/Storable/Makefile.PL +++ b/ext/Storable/Makefile.PL @@ -1,4 +1,3 @@ -# $Id: Makefile.PL,v 1.0.1.1 2001/01/03 09:38:39 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 3ea8794a74..94eff35641 100644 --- a/ext/Storable/Storable.pm +++ b/ext/Storable/Storable.pm @@ -1,4 +1,3 @@ -# $Id: Storable.pm,v 1.0.1.13 2001/12/01 13:34:49 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index 6436d0dd94..20bd7d78b5 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -1,9 +1,5 @@ /* - * Store and retrieve mechanism. - */ - -/* - * $Id: Storable.xs,v 1.0.1.10 2001/08/28 21:52:14 ram Exp $ + * Store and retrieve mechanism. * * Copyright (c) 1995-2000, Raphael Manfredi * diff --git a/ext/Storable/t/blessed.t b/ext/Storable/t/blessed.t index b4ac19e60f..6a0a32d6d8 100644 --- a/ext/Storable/t/blessed.t +++ b/ext/Storable/t/blessed.t @@ -1,6 +1,4 @@ #!./perl - -# $Id: blessed.t,v 1.0 2000/09/01 19:40:41 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/canonical.t b/ext/Storable/t/canonical.t index b9ee6cc459..7b7936c4b9 100644 --- a/ext/Storable/t/canonical.t +++ b/ext/Storable/t/canonical.t @@ -1,6 +1,4 @@ #!./perl - -# $Id: canonical.t,v 1.0 2000/09/01 19:40:41 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/compat06.t b/ext/Storable/t/compat06.t index f9abb07e05..7dbf1b89e6 100644 --- a/ext/Storable/t/compat06.t +++ b/ext/Storable/t/compat06.t @@ -1,6 +1,4 @@ #!./perl - -# $Id: compat-0.6.t,v 1.0.1.1 2001/02/17 12:26:21 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/dclone.t b/ext/Storable/t/dclone.t index 3688e86394..266afe8bfe 100644 --- a/ext/Storable/t/dclone.t +++ b/ext/Storable/t/dclone.t @@ -1,6 +1,4 @@ #!./perl - -# $Id: dclone.t,v 1.0 2000/09/01 19:40:41 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/downgrade.t b/ext/Storable/t/downgrade.t index c8e10f8acd..5b884753be 100644 --- a/ext/Storable/t/downgrade.t +++ b/ext/Storable/t/downgrade.t @@ -1,5 +1,4 @@ #!./perl -w - # # Copyright 2002, Larry Wall. # diff --git a/ext/Storable/t/forgive.t b/ext/Storable/t/forgive.t index 11d75bbab5..206f2ad9d9 100644 --- a/ext/Storable/t/forgive.t +++ b/ext/Storable/t/forgive.t @@ -1,6 +1,4 @@ #!./perl - -# $Id: forgive.t,v 1.0.1.1 2000/09/01 19:40:42 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/freeze.t b/ext/Storable/t/freeze.t index 3adb8164cc..de13af6822 100644 --- a/ext/Storable/t/freeze.t +++ b/ext/Storable/t/freeze.t @@ -1,6 +1,4 @@ #!./perl - -# $Id: freeze.t,v 1.0.1.1 2001/07/01 11:25:16 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/integer.t b/ext/Storable/t/integer.t index 1230b8f25b..3191eed4ec 100644 --- a/ext/Storable/t/integer.t +++ b/ext/Storable/t/integer.t @@ -1,5 +1,4 @@ #!./perl -w - # # Copyright 2002, Larry Wall. # diff --git a/ext/Storable/t/interwork56.t b/ext/Storable/t/interwork56.t index 33fcd8294e..9dbe9d5005 100644 --- a/ext/Storable/t/interwork56.t +++ b/ext/Storable/t/interwork56.t @@ -1,5 +1,4 @@ #!./perl -w - # # Copyright 2002, Larry Wall. # diff --git a/ext/Storable/t/lock.t b/ext/Storable/t/lock.t index b9f14f6f4b..e93cef4eb4 100644 --- a/ext/Storable/t/lock.t +++ b/ext/Storable/t/lock.t @@ -1,6 +1,4 @@ #!./perl - -# $Id: lock.t,v 1.0.1.4 2001/01/03 09:41:00 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/malice.t b/ext/Storable/t/malice.t index 8ae4032b59..405fd3d5e1 100644 --- a/ext/Storable/t/malice.t +++ b/ext/Storable/t/malice.t @@ -1,5 +1,4 @@ #!./perl -w - # # Copyright 2002, Larry Wall. # diff --git a/ext/Storable/t/overload.t b/ext/Storable/t/overload.t index d9ce7f12fe..a0b65a2507 100644 --- a/ext/Storable/t/overload.t +++ b/ext/Storable/t/overload.t @@ -1,6 +1,4 @@ #!./perl - -# $Id: overload.t,v 1.0.1.1 2001/02/17 12:27:22 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/recurse.t b/ext/Storable/t/recurse.t index c3bc34dc79..4543e37918 100644 --- a/ext/Storable/t/recurse.t +++ b/ext/Storable/t/recurse.t @@ -1,6 +1,4 @@ #!./perl - -# $Id: recurse.t,v 1.0.1.3 2001/02/17 12:28:33 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/restrict.t b/ext/Storable/t/restrict.t index 7e5b459aa7..75c9d20657 100644 --- a/ext/Storable/t/restrict.t +++ b/ext/Storable/t/restrict.t @@ -1,5 +1,4 @@ #!./perl -w - # # Copyright 2002, Larry Wall. # diff --git a/ext/Storable/t/retrieve.t b/ext/Storable/t/retrieve.t index 455283842b..b0225119d5 100644 --- a/ext/Storable/t/retrieve.t +++ b/ext/Storable/t/retrieve.t @@ -1,6 +1,4 @@ #!./perl - -# $Id: retrieve.t,v 1.0 2000/09/01 19:40:42 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/st-dump.pl b/ext/Storable/t/st-dump.pl index 1bc97e5746..c56ea0a8fa 100644 --- a/ext/Storable/t/st-dump.pl +++ b/ext/Storable/t/st-dump.pl @@ -1,4 +1,3 @@ -# $Id: dump.pl,v 1.0 2000/09/01 19:40:41 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/store.t b/ext/Storable/t/store.t index ed0b97a651..fc2141c142 100644 --- a/ext/Storable/t/store.t +++ b/ext/Storable/t/store.t @@ -1,6 +1,4 @@ #!./perl - -# $Id: store.t,v 1.0 2000/09/01 19:40:42 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/tied.t b/ext/Storable/t/tied.t index 88de053799..a75766c5e2 100644 --- a/ext/Storable/t/tied.t +++ b/ext/Storable/t/tied.t @@ -1,6 +1,4 @@ #!./perl - -# $Id: tied.t,v 1.0 2000/09/01 19:40:42 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/tied_hook.t b/ext/Storable/t/tied_hook.t index a6a90d6c72..28b5363ae6 100644 --- a/ext/Storable/t/tied_hook.t +++ b/ext/Storable/t/tied_hook.t @@ -1,6 +1,4 @@ #!./perl - -# $Id: tied_hook.t,v 1.0.1.1 2001/02/17 12:29:01 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/tied_items.t b/ext/Storable/t/tied_items.t index 52d27a05a1..ba918bf407 100644 --- a/ext/Storable/t/tied_items.t +++ b/ext/Storable/t/tied_items.t @@ -1,6 +1,4 @@ #!./perl - -# $Id: tied_items.t,v 1.0 2000/09/01 19:40:42 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/utf8.t b/ext/Storable/t/utf8.t index df18b18d21..6b8724b57a 100644 --- a/ext/Storable/t/utf8.t +++ b/ext/Storable/t/utf8.t @@ -1,6 +1,4 @@ #!./perl -w - -# $Id: utf8.t,v 1.0.1.2 2000/09/28 21:44:17 ram Exp $ # # Copyright (c) 1995-2000, Raphael Manfredi # diff --git a/ext/Storable/t/utf8hash.t b/ext/Storable/t/utf8hash.t index a6a1643c3e..7d842d5760 100644 --- a/ext/Storable/t/utf8hash.t +++ b/ext/Storable/t/utf8hash.t @@ -1,7 +1,4 @@ #!./perl -# -# $Id: utf8.t,v 1.0.1.2 2000/09/28 21:44:17 ram Exp $ -# sub BEGIN { if ($] < 5.007) { |