From a69e778479b163501433f4ffc9117509a6a1bf78 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 29 Nov 2001 14:08:30 +0000 Subject: [PATCH] Use __DATA__ instead of __END__. p4raw-id: //depot/perl@13361 --- lib/Term/Cap.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Term/Cap.pm b/lib/Term/Cap.pm index 92015b5..3686316 100644 --- a/lib/Term/Cap.pm +++ b/lib/Term/Cap.pm @@ -602,7 +602,7 @@ termcap(5) # Below is a default entry for systems where there are terminals but no # termcap 1; -__END__ +__DATA__ vt220|vt200|DEC VT220 in vt100 emulation mode: am:mi:xn:xo: co#80:li#24: -- 2.7.4