Search:
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 9
and
Version 10
of
Perl
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
09/16/06 21:07:01 (
18 years
ago)
Author:
atzm
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Perl
v9
v10
328
328
foreach (@requisite) {
329
329
Carp::confess $self->__class__(), " requires argument ", $_
330
unless (
defined
($self->{$_}));
330
unless (
exists
($self->{$_}));
331
331
}
332
332
}