Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
533 B

  1. # NOTE: Derived from ../LIB\Getopt\Long.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Getopt::Long;
  5. #line 1019 "../LIB\Getopt\Long.pm (autosplit into ..\lib\auto\Getopt\Long\Croak.al)"
  6. # To prevent Carp from being loaded unnecessarily.
  7. sub Croak (@) {
  8. require 'Carp.pm';
  9. $Carp::CarpLevel = 1;
  10. Carp::croak(@_);
  11. };
  12. ################ Documentation ################
  13. # Local Variables:
  14. # eval: (load-file "pod.el")
  15. # End:
  16. 1;
  17. # end of Getopt::Long::Croak