Why not adopt me?
NAME
Test::CPAN::Changes::ReallyStrict::Object - Object Oriented Guts to ::ReallyStrict
VERSION
version 1.000004
METHODS
changes_ok
loads_ok
if ( $self->loads_ok() ) {
}
has_releases
if( $self->has_releases() ){
}
valid_release_date
if ( $self->valid_release_date( $release, $release_id ) ) {
}
valid_release_version
if ( $self->valid_release_version( $release, $release_id ) ) {
}
valid_releases
if ( $self->valid_releases() ) {
}
compare_line
if ( $self->compare_line( $source_line, $normalised_line, $line_number, $failed_before ) ) {
}
compare_lines
if ( $self->compare_lines ) {
}
ATTRIBUTES
testbuilder
Plumbing: This is where test builder calls get made.
filename
The name/path of the changes file.
Default: Changes
next_token
The regular expression to use for next_token
Defaults to undef
, or {{$NEXT}}
if next_style
eq
dzil
next_style
The next_token
style.
Defaults to undef
changes
Lazy: A CPAN::Changes
object read from filename
normalised_lines
Lazy: Lines from serializing changes
source_lines
Lazy: Lines from filename
delete_empty_groups
Default: undef
Whether to delete empty groups while serializing.
keep_comparing
Default: undef
Whether to continue comparing lines after a miss-match.
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Kent Fredric <kentnl@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.