The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112 package Moonshine::Bootstrap::v3::SubmitButton;use Moonshine::Magic;extends ( 'Moonshine::Bootstrap::Component', 'Moonshine::Bootstrap::v3::Button',); with 'Moonshine::Bootstrap::Component::SubmitButton';1;
package
Moonshine::Bootstrap::v3::SubmitButton;
use
Moonshine::Magic;
extends
(
'Moonshine::Bootstrap::Component'
,
'Moonshine::Bootstrap::v3::Button'
);
with
'Moonshine::Bootstrap::Component::SubmitButton'
;
1;