The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CPAN::Meta::Prereqs::Diff::Role::Change - A base behavior for prerequisite changes

VERSION

version 0.001004

ATTRIBUTES

phase

The dependency phase ( such as: runtime,configure )

type

The dependency type ( such as: requires,suggests )

module

The depended upon module

REQUIRES

is_addition

is_removal

is_change

describe

AUTHOR

Kent Fredric <kentnl@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Kent Fredric <kentfredric@gmail.com>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.