Skip to content

Commit 6c6928a

Browse files
committed
remove X<> where they are probably wrong
1 parent 4774f93 commit 6c6928a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/variables.pod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -378,15 +378,15 @@ Other compile-time constants:
378378
$*OUT Standard output filehandle
379379
$*ERR Standard error filehandle
380380
$*TZ The system's local timezone
381-
X<$*CWD> The Current Working Directory
381+
$*CWD The Current Working Directory
382382
383383
=head2 Other variables
384384
385-
X<$*PROGRAM_NAME> Path to the current executable as it was typed in on the
386-
command line, or C<-e> if perl was invoked with the -e flag.
387-
X<$*PID> Process ID of the current process.
388-
X<$*OS> Which Operating System am I compiling under (e.g. linux)
389-
X<$*OSVER> Version of the current Operating System
390-
X<$*EXECUTABLE_NAME> The name of the perl executable that is currently running
385+
$*PROGRAM_NAME Path to the current executable as it was typed in on the
386+
command line, or C<-e> if perl was invoked with the -e flag.
387+
$*PID Process ID of the current process.
388+
$*OS Which Operating System am I compiling under (e.g. linux)
389+
$*OSVER Version of the current Operating System
390+
$*EXECUTABLE_NAME The name of the perl executable that is currently running
391391
392392
=end pod

0 commit comments

Comments
 (0)