The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package App::DuckPAN::Option::Global;
our $AUTHORITY = 'cpan:DDG';
# ABSTRACT: Commands that can be run from anywhere.
$App::DuckPAN::Option::Global::VERSION = '1017';
use Moo::Role;

with qw( App::DuckPAN::Cmd );

around initialize => sub { return; };

1;

__END__

=pod

=head1 NAME

App::DuckPAN::Option::Global - Commands that can be run from anywhere.

=head1 VERSION

version 1017

=head1 AUTHOR

DuckDuckGo <open@duckduckgo.com>, Zach Thompson <zach@duckduckgo.com>, Zaahir Moolla <moollaza@duckduckgo.com>, Torsten Raudssus <torsten@raudss.us> L<https://raudss.us/>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by DuckDuckGo, Inc. L<https://duckduckgo.com/>.

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004

=cut