line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Net::Google::Storage::Types; |
2
|
|
|
|
|
|
|
$Net::Google::Storage::Types::VERSION = '0.2.0'; |
3
|
|
|
|
|
|
|
# ABSTRACT: Types library for L<Net::Google::Storage>. Pretty boring really. |
4
|
|
|
|
|
|
|
|
5
|
1
|
|
|
1
|
|
6
|
use Moose::Util::TypeConstraints; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
10
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
subtype 'Net::Google::Storage::Types::BucketLocation', as 'Str'; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
1; |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
__END__ |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=pod |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=encoding UTF-8 |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 NAME |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
Net::Google::Storage::Types - Types library for L<Net::Google::Storage>. Pretty boring really. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 VERSION |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
version 0.2.0 |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 AUTHOR |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Glenn Fowler <cebjyre@cpan.org> |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
This software is copyright (c) 2012 by Glenn Fowler. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
34
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=cut |