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::Testers::Schema::ResultSet::PerlVersion - Query Perl version metadata

VERSION

version 0.027

SYNOPSIS

    my $rs = $schema->resultset( 'PerlVersion' );
    $rs->find_or_create({ version => '5.27.0' });

    $rs = $rs->maturity( 'stable' ); # or 'dev'

DESCRIPTION

This object helps to query Perl version metadata.

METHODS

maturity

Filter Perl versions of the given maturity. One of stable or dev.

SEE ALSO

CPAN::Testers::Schema::Result::PerlVersion, DBIx::Class::ResultSet, CPAN::Testers::Schema

AUTHORS

  • Oriol Soriano <oriolsoriano@gmail.com>

  • Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Oriol Soriano, Doug Bell.

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