NAME
Devel::PerlySense::Bookmark::Match - A Bookmark match
DESCRIPTION
A match has a Location (file + line), and a corresponding Definition that caused it to match.
PROPERTIES
oLocation
The Document::Location where this match matched.
oDefinition
Bookmark::Definition that was used to match this.
line
The source line where the match matched.
Default: ""
text
The textual match that was captured (or the entire line).
Default: ""
METHODS
new(file, row, line, text, oDefinition)
Create new PerlySense::Bookmark::Match object.
AUTHOR
Johan Lindstrom, <johanl@cpan.org>
BUGS
Please report any bugs or feature requests to bug-devel-perlysense@rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Devel-PerlySense. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2005 Johan Lindstrom, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.