Test-Against-Commit

 view release on metacpan or  search on metacpan

lib/Test/Against/Commit.pm  view on Meta::CPAN


The user would then invoke F<Configure> in a way something like this:

    $ sh ./Configure -des -Dusedevel -Dprefix=$TESTINGDIR \
        -Uversiononly -Dman1dir=none -Dman3dir=none
    $ make install

The user could then confirm installation with this:

    $ $TESTINGDIR/bin/perl -v | head -2 | tail -1
    This is perl 5, version 43, subversion 3 (v5.43.3 (v5.43.2-343-g5fdb3e501b)) built for x86_64-linux

Note that at this point we have not yet created the I<results directory> ...

    $ cd ~/tmp
    $ ls -l ./all-tad-projects/goto-fatal/23ae7f95ea/results
    ... No such file or directory

... but no worries; Test-Against-Commit methods will handle that.

=item * Selection of CPAN Libraries for Testing



( run in 0.192 second using v1.01-cache-2.11-cpan-0ffa90cfd1c )