403Webshell
Server IP : 112.74.42.100  /  Your IP : 216.73.216.142
Web Server : nginx/1.20.2
System : Linux iZwz96lx4pjqiy84w4hni7Z 5.10.134-17.3.al8.x86_64 #1 SMP Thu Oct 31 14:29:57 CST 2024 x86_64
User : www ( 1000)
PHP Version : 8.0.26
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/doc/perl-autodie/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/doc/perl-autodie/AUTHORS
Fatal and autodie would not be possible if it were not for the contributions
of the wonderful people below.

Lionel Cons
        - Original module

Ilya Zakharevich
        - Prototype updates

Paul Fenwick
        - autodie, autodie::exception, Fatal overhaul

BrowserUk
        - Suggesting the name 'lethal', which the module was
          called during much of development.

Juerd Waalboer
        - Suggesting the name 'autodie'

Aristotle Pagaltzis
        - Suggestions and sanity checking on design and interface

Mark Reed and Rolan Giersig
        - Klingon Translators

Matt Trout
	- Suggesting I look at namespace::clean as a pragma that
	  works under 5.8 and which is able to precisely delete
	  subroutines from globs.

Robert 'phaylon' Sedlacek
	- Writing namespace::clean, which I twisted to my dark
	will to provide a faster, 5.8 clean autodie with less
	side-effects.

Stephen 'Stennie' Steneker
	- Spelling corrections.

Chocolateboy
	- Advice on $^H, %^H, and other dark and terrible magicks.
	- Being a wonderful sounding board for when I had too many
	  ideas and not enough implementation.

ikegami
	- Resolving the most frustrating issue of user-subroutine
	  replacement under Perl 5.8,
	- Enlightening me as to the correct way to reference globs.
	- Reminding me that 'use' really does happen first, regardless
	  of how it's been dressed.

Matt Kraai
        - Formatting fixes in diagnostics.

Darren Duncan
        - Spotting omissions in user documentation.

Damian Conway
        - Extremely detailed and inspirational input into how
          autodie::hints should work, as opposed to my original
          and rather stunted proposal.

Jacinta Richardson
        - Documentation, proof-reading, code review, and a huge
          amount of sound-boarding.  In particular most of the
          autodie::hints documentation would not exist without
          Jacinta's efforts.

Ben Morrow
        - Providing an excellent and compelling argument as to
          how roles should be handled.
        - Spotting that autodie can clobber package scalars when
          formats are copied between blogs.

Glenn Fowler
        - Documentation review and improvement when I had spent
          so long looking at the autodie::hints documentation I
          wasn't sure if they made sense anymore. ;)

Toby Corkindale
        - Documentation copyediting and improvements.

Vincent Pit
        - Additional test cases.
        - Help in tracking down string eval weirdness.
        - Code review and sanity support.

Florian Ragwitz
        - Help in tracking down string eval weirdness.
        - Letting me cargo-cult code from B::Hooks::EndOfScope.

Elliot Shank
        - Integration into Perl::Critic

Michael Schwern
        - Finding a more-than-a-decade old bug in Fatal that caused
          it to leak carp functions.
        - Improvements to generated error messages.
        - Safer loading of exception classes.
        - Support for working with the open pragma.

David Taylor
        - Documentation fixes.

Nick Cleaton
        - Support for multi-arg open.

Craig A. Berry
        - VMS support.

Jonathan Yu
        - chmod support.
        - Prevention of author tests failing if Sub::Identify not installed.

Jerry D. Hedden
        - Better test output, particularly when running as part of the
          Perl core.

Curtis Jewell
        - Improvements to File::Copy tests under Windows.

Olivier Mengué
        - Compatibility fixes with Carp.

Todd Rinaldo
        - Avoided possible test failures when STDIN was a socket.

RsrchBoy
        - chmod support and tests.

David Steinbrunner
        - Spelling and documentation corrections.

Niels Thykier
        - Identification and caching of reuseable subroutines.
        - Significant reductions in the number of string evals().
        - Refactoring and restructing to make autodie's guts more sane.
        - General all round speed improvements.
        - Niels Thykier is a hero of the free people. Autodie loads
          *much* faster due to his efforts!
        - Fixes around leak guards and slurpy core subroutines.

Youez - 2016 - github.com/yon3zu
LinuXploit