Skip to content
Snippets Groups Projects
Changes 995 B
Newer Older
  • Learn to ignore specific revisions
  • Revision history for Log-Dispatch-Perl
    
    
    Karen Etheridge's avatar
    Karen Etheridge committed
    0.05      2020-05-17 22:51:31Z
    
            - release back to cpan, with updated distribution tooling
    
    
    	Brought up to the latest code esthetics.  Stopped doing unneccessary
    	BEGIN block magic.  Verifies it runs on 5.14.2, threaded and unthreaded.
    	Added LICENSE parameter to allow MetaCPAN to show license info.
    
    
    	Changed internal workings to use %Carp::Internal to indicate module
    	names that shouldn't be listed in a traceback.  As per suggestion of
    	Perl Monk tilly.  This however only works for Perl 5.8.0 and higher.
    	Change the removal optimization slightly for other versions of Perl.
    
    	29 January 2004
    	Minor first 4 line regex removal optimization.
    
    	Minor nits in the documentation.
    
    
    	Fixed problem with extra lines in "cluck" and "confess" types of
    	handling.  All intermediate levels in Log::Dispatch::xxx modules
    	are now removed.
    
    
    	First version of Log::Dispatch::Perl.