App-GitGot

 view release on metacpan or  search on metacpan

lib/App/GitGot/Command/milk.pm  view on Meta::CPAN

package App::GitGot::Command::milk;
our $AUTHORITY = 'cpan:GENEHACK';
$App::GitGot::Command::milk::VERSION = '1.339';
use 5.014;

# ABSTRACT: well, do you?
use App::GitGot -command;

use Moo;
extends 'App::GitGot::Command';
use namespace::autoclean;

sub command_names { qw/ milk / }

sub _execute {
        # Doesn't use 'cowsay' in case it's not installed
  print " ___________\n";
  print "< got milk? >\n";
  print " -----------\n";
  print "        \\   ^__^\n";
  print "         \\  (oo)\\_______\n";
  print "            (__)\\       )\\/\\ \n";
  print "                ||----w |\n";
  print "                ||     ||\n";
  print "\n";
}



1;

__END__

=pod

=encoding UTF-8

=head1 NAME

App::GitGot::Command::milk - well, do you?

=head1 VERSION

version 1.339

=head1 AUTHOR

John SJ Anderson <john@genehack.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by John SJ Anderson.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut



( run in 0.791 second using v1.01-cache-2.11-cpan-99c4e6809bf )