Codebase list liblog-agent-perl / 5fcb441
modified $VERSION wendigo 22 years ago
1 changed file(s) with 7 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 ###########################################################################
1 # $Id: Agent.pm,v 1.1 2002/03/09 16:57:56 wendigo Exp $
1 # $Id: Agent.pm,v 1.2 2002/04/26 02:50:17 wendigo Exp $
22 ###########################################################################
33 #
44 # Log::Agent
55 #
6 # RCS Revision: $Revision: 1.1 $
7 # Date: $Date: 2002/03/09 16:57:56 $
6 # RCS Revision: $Revision: 1.2 $
7 # Date: $Date: 2002/04/26 02:50:17 $
88 #
99 # Copyright (C) 1999 Raphael Manfredi.
1010 # Copyright (C) 2002 Mark Rogaski, mrogaski@cpan.org; all rights reserved.
1313 # distribution for license information.
1414 #
1515 # $Log: Agent.pm,v $
16 # Revision 1.2 2002/04/26 02:50:17 wendigo
17 # modified $VERSION
18 #
1619 # Revision 1.1 2002/03/09 16:57:56 wendigo
1720 # New maintainer
1821 #
6568 use Log::Agent::Priorities qw(:LEVELS priority_level level_from_prio);
6669 use Log::Agent::Formatting qw(tag_format_args);
6770
68 $VERSION = sprintf "%d.%01d%02d", (split /\D+/, '$Name: $')[1..3];
71 $VERSION = (qw( $Name: $ ))[1];
6972
7073 $Trace = NOTICE; # Default tracing
7174