From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 package Moonshine::Bootstrap::v3::Well;use Moonshine::Magic;extends ( 'Moonshine::Bootstrap::Component' );with 'Moonshine::Bootstrap::Component::Well';1;
package
Moonshine::Bootstrap::v3::Well;
use
Moonshine::Magic;
extends
(
'Moonshine::Bootstrap::Component'
);
with
'Moonshine::Bootstrap::Component::Well'
;
1;