File manager - Edit - /usr/local/cpanel/3rdparty/perl/542/bin/package-stash-conflicts
Back
#!/usr/local/cpanel/3rdparty/perl/542/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; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings