Changeset 403

Show
Ignore:
Timestamp:
07/09/07 17:40:49 (1 year ago)
Author:
miya
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • library/perl/trunk/Parse-Apache-ServerStatus-Extended/lib/Parse/Apache/ServerStatus/Extended.pm

    r402 r403  
    5353=head1 NAME 
    5454 
    55 Parse::Apache::ServerStatus::Extended - Simple module to parse apache's server extended status. 
     55Parse::Apache::ServerStatus::Extended - Simple module to parse apache's extended server-status. 
    5656 
    5757 
     
    7979=head1 DESCRIPTION 
    8080 
    81 This module parses the content of apache's server extended status.It works nicely with 
     81This module parses the content of apache's extended server-status.It works nicely with 
    8282apache versions 1.3 and 2.x. 
    8383 
     
    8686=head2 new() 
    8787 
    88 Call C<new()> to create a new Parse::Apache::ServerStatus object. 
     88Call C<new()> to create a new Parse::Apache::ServerStatus::Extended object. 
    8989 
    9090=head2 request() 
     
    9696=head2 parse() 
    9797 
    98 Call C<parse()> to parse the server status. This method returns an array reference with 
     98Call C<parse()> to parse the extended server status. This method returns an array reference with 
    9999the parsed content. 
    100100