HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/perl5/Net/Twitter/Types.pm
package Net::Twitter::Types;
$Net::Twitter::Types::VERSION = '4.01043';
use Moose::Util::TypeConstraints;
use URI;

class_type 'Net::Twitter::Types::URI', { class => 'URI' };

coerce 'Net::Twitter::Types::URI' => from 'Str' => via { URI->new($_) };

1;

__END__

=pod

=head1 NAME

Net::Twitter::Types - types and coercions for Net::Twitter

=head1 VERSION

version 4.01043

=cut