- or download this
List::Util version 1.45 required--this is only version 1.38 at local/l
+ib/perl5/x86_64-linux-gnu-thread-multi/Moose/Exporter.pm line 9.
BEGIN failed--compilation aborted at local/lib/perl5/x86_64-linux-gnu-
+thread-multi/Moose/Exporter.pm line 9.
...
Compilation failed in require at /opt/local/vote/vagrant/cf_vote/bin/.
+./lib/Vote.pm line 5.
BEGIN failed--compilation aborted at /opt/local/vote/vagrant/cf_vote/b
+in/../lib/Vote.pm line 5.
Compilation failed in require at (eval 12) line 1.
- or download this
#!/usr/bin/env perl
...
# Start command line interface for application
require Mojolicious::Commands;
Mojolicious::Commands->start_app('Vote','daemon','-l',"http://*:$liste
+n_socket");
- or download this
$VAR1 = [
'/opt/local/vote/vagrant/cf_vote/bin/../lib',
...
'/usr/local/lib/site_perl',
'.'
];
- or download this
package Vote;
...
use MooseX::NonMoose;
extends 'Mojolicious::Controller';
use Mojolicious::Plugin::CGI;
- or download this
use strict;
use warnings;
...
use Moose::Exporter;
use Class::MOP;
- or download this
package Moose::Exporter;
our $VERSION = '2.2009';
...
use Scalar::Util 1.11 qw(reftype);
use Sub::Exporter 0.980;
use Sub::Name qw(subname);