This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package W::Controller::ApiController; | |
use Mojo::Base 'Mojolicious::Controller'; | |
use Log::Log4perl qw(:easy); | |
use Data::Dumper; | |
use Data::Printer; | |
use Role::Tiny::With; | |
with("W::Controller::Role::FCommon"); | |
sub foo { |