From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

StartTest(function(t) {
var async0 = t.beginAsync()
use('{{ $plugin->dist_name }}', function () {
//======================================================================================================================================================================================================================================================
t.diag('Sanity')
t.ok({{ $plugin->dist_name }}, "{{ $plugin->dist_name }} is here")
t.endAsync(async0)
t.done()
})
})