We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e94749 commit d0762a3Copy full SHA for d0762a3
bin/minima
@@ -5,7 +5,7 @@ use Getopt::Long qw/ :config bundling pass_through /;
5
use Pod::Usage;
6
7
use IO::Socket::INET;
8
-use Minima::App;
+use Minima;
9
use Minima::Project;
10
11
my $help;
@@ -21,7 +21,7 @@ Getopt::Long::Configure('no_pass_through');
21
22
# Preliminary
23
pod2usage(-exitval => 0, -verbose => 2) if $help;
24
-say 'Minima v', $Minima::App::VERSION and exit if $version;
+say 'Minima ', Minima->VERSION and exit if $version;
25
26
# Commands
27
$command = shift @ARGV // 'nop';
0 commit comments