genio / perl_test_pipelines

Test Perl Module for Azure Pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME

Perl::Test - Test Azure Pipelines with a Perl Module

SYNOPSIS

use Perl::Test ();

DESCRIPTION

This module does nothing other than to test the CI process of Azure Pipelines.

FUNCTIONS

Perl::Test implements the following functions.

do_something

    use Perl::Test qw(do_something);
    my $val = do_something(); # yay

The do_something function simply returns the string yay.

AUTHOR

Chase Whitener, <capoeirab@cpan.org>

COPYRIGHT & LICENSE

Copyright (c) 2019 Chase Whitener. All rights reserved.

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

About

Test Perl Module for Azure Pipelines


Languages

Language:Perl 100.0%