Provided by: libnumber-phone-perl_4.0001-1_all 
      
    
NAME
       Number::Phone::NANP::PR - PR-specific methods for Number::Phone
DESCRIPTION
       This class implements PR-specific methods for Number::Phone.  It is a subclass of Number::Phone::NANP,
       which is in turn a subclass of Number::Phone.  Number::Phone::NANP sits in the middle because all NANP
       countries can share some significant chunks of code.  You should never need to "use" this module
       directly, as "Number::Phone::NANP" will load it automatically when needed.
SYNOPSIS
           use Number::Phone::NANP;
           my $phone_number = Number::Phone->new('+1 787 729 3131');
           # returns a Number::Phone::NANP::PR object
METHODS
       The following methods from Number::Phone are overridden:
           (no methods are overridden)
BUGS/FEEDBACK
       Please report bugs at <https://github.com/DrHyde/perl-modules-Number-Phone/issues>, including, if
       possible, a test case.
       I welcome feedback from users.
LICENCE
       You may use, modify and distribute this software under the same terms as perl itself.
AUTHOR
       David Cantrell <david@cantrell.org.uk>
       Copyright 2023
perl v5.36.0                                       2023-12-13                       Number::Phone::NANP::PR(3pm)