Craig A. Berry [Thu, 4 Oct 2007 18:02:38 +0000 (18:02 +0000)]
allowing tests to pass from t/TEST as well as harness.
p4raw-id: //depot/perl@32028
}
+=item find_perl_interpreter
+
+On VMS, $^X returns the fully qualified absolute path including version number.
+It's logically impossible to improve on it for getting the perl we're currently
+running, and attempting to manipulate it is usually lossy.
+
+=cut
+
+sub find_perl_interpreter { return $^X; }
+
=back
=head1 AUTHOR