From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456 #! /usr/bin/perl -wuse lib 't/lib';use Dancer;use TestProject;dance;
#! /usr/bin/perl -w
use
lib
't/lib'
;
Dancer;
TestProject;
dance;