package Term::Caca::Event::Mouse::Button::Press; our $AUTHORITY = 'cpan:YANICK'; # ABSTRACT: event triggered by a button press $Term::Caca::Event::Mouse::Button::Press::VERSION = '3.1.0'; use Moo; extends qw/ Term::Caca::Event::Mouse::Button /; 1; __END__ =pod =encoding UTF-8 =head1 NAME Term::Caca::Event::Mouse::Button::Press - event triggered by a button press =head1 VERSION version 3.1.0 =head1 DESCRIPTION Extends L. =head1 AUTHORS =over 4 =item * John Beppu =item * Yanick Champoux =back =head1 COPYRIGHT AND LICENSE This software is Copyright (c) 2019, 2018, 2013, 2011 by John Beppu. This is free software, licensed under: DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, Version 2, December 2004 =cut