Changeset 404
- Timestamp:
- 07/09/07 18:31:30 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
library/perl/trunk/Parse-Apache-ServerStatus-Extended/lib/Parse/Apache/ServerStatus/Extended.pm
r403 r404 10 10 11 11 sub parse { 12 my $self = shift;12 my $self = shift; 13 13 my $content = $_[0] ? shift : $self->{content}; 14 14 $self->_raise_error('no content received') unless $content;
