The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package Number::Phone::JP::Table::Phs;

use strict;
use warnings;
require Number::Phone::JP::Table::Mobile;

our $VERSION = '0.20180301';

no warnings 'once';
our %TEL_TABLE = %Number::Phone::JP::Table::Mobile::TEL_TABLE;

1;
__END__