The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/usr/bin/perl

package Blondie::Runtime::Nada;
use base qw/Blondie::Runtime/;

use strict;
use warnings;

sub provides { }

__PACKAGE__;

__END__

=pod

=head1 NAME

Blondie::Runtime::Nada - 

=head1 SYNOPSIS

    use Blondie::Runtime::Nada;

=head1 DESCRIPTION

=cut