The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567891011 package Moonshine::Bootstrap::v3::TextLabel;use Moonshine::Magic;extends ( 'Moonshine::Bootstrap::Component'); with 'Moonshine::Bootstrap::Component::TextLabel';1;
package
Moonshine::Bootstrap::v3::TextLabel;
use
Moonshine::Magic;
extends
(
'Moonshine::Bootstrap::Component'
);
with
'Moonshine::Bootstrap::Component::TextLabel'
;
1;