December 12 2016 Multisection: When You Need to Bisect More Than Once Back

set_targets()

        $target_args = [
            'lib/locale.t',
            # other tests here -- you can run more than one
        ];
        $full_targets = $self->set_targets($target_args);
        [
          {
            path => "/home/username/gitwork/perl/lib/locale.t",
            stub => "lib_locale_t",
          },
        ]


Home Last TOC Copyright © 2016 James E Keenan Back Next