diff options
| author | John Sonnenschein <John.Sonnenschein@Sun.COM> | 2008-12-05 19:08:38 -0800 |
|---|---|---|
| committer | John Sonnenschein <John.Sonnenschein@Sun.COM> | 2008-12-05 19:08:38 -0800 |
| commit | df0345f7d6cc87cde9e532e8362f1aca053d98cc (patch) | |
| tree | 1a09101473f8687c151a8044f67c2b048ed6db54 /usr/src/cmd/sendmail | |
| parent | 5c7544f740a475b813dfbc871b7c965e54df7989 (diff) | |
| download | illumos-joyent-df0345f7d6cc87cde9e532e8362f1aca053d98cc.tar.gz | |
PSARC 2005/462 Removal of Perl 5.6.1 from Solaris 11
6766281 perl 5.6.1 is obsolete
Diffstat (limited to 'usr/src/cmd/sendmail')
| -rw-r--r-- | usr/src/cmd/sendmail/aux/etrn.pl | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/src/cmd/sendmail/aux/etrn.pl b/usr/src/cmd/sendmail/aux/etrn.pl index 160c94fa30..fc067b1a6a 100644 --- a/usr/src/cmd/sendmail/aux/etrn.pl +++ b/usr/src/cmd/sendmail/aux/etrn.pl @@ -3,9 +3,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -24,12 +23,11 @@ # Copyright (c) 1996-2000 by John T. Beck <john@beck.org> # All rights reserved. # -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -require 5.6.1; # minimal Perl version required +require 5.8.4; # minimal Perl version required use strict; use warnings; use English; |
