The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

package Blondie::Prelude::Strings;

use strict;
use warnings;

use Blondie::Nodes;

sub symbols {
    stub '&infix:<~>',
}



__PACKAGE__;

__END__

=pod

=head1 NAME

Blondie::Prelude::Strings - String related builtins

=head1 SYNOPSIS

    use Blondie::Prelude::Strings;

=head1 DESCRIPTION

=cut