home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / perl / 5.8.8 / auto / POSIX / atexit.al < prev    next >
Encoding:
Text File  |  2006-07-07  |  317 b   |  13 lines

  1. # NOTE: Derived from ../../lib/POSIX.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package POSIX;
  5.  
  6. #line 403 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/atexit.al)"
  7. sub atexit {
  8.     unimpl "atexit() is C-specific: use END {} instead";
  9. }
  10.  
  11. # end of POSIX::atexit
  12. 1;
  13.