| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package WebService::Simplenote::Note::Meta::Attribute::Trait::NotSerialised; |
|
2
|
|
|
|
|
|
|
$WebService::Simplenote::Note::Meta::Attribute::Trait::NotSerialised::VERSION = '0.2.2'; |
|
3
|
|
|
|
|
|
|
# ABSTRACT: Mark note attributes as not to be serialised |
|
4
|
|
|
|
|
|
|
|
|
5
|
2
|
|
|
2
|
|
32
|
use v5.10; |
|
|
2
|
|
|
|
|
8
|
|
|
6
|
2
|
|
|
2
|
|
1078
|
use Moose::Role; |
|
|
2
|
|
|
|
|
9436
|
|
|
|
2
|
|
|
|
|
10
|
|
|
7
|
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
Moose::Util::meta_attribute_alias('NotSerialised'); |
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
1; |
|
11
|
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
__END__ |
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=pod |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=encoding UTF-8 |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=for :stopwords Ioan Rogers Fletcher T. Penney github |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 NAME |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
WebService::Simplenote::Note::Meta::Attribute::Trait::NotSerialised - Mark note attributes as not to be serialised |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 VERSION |
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
version 0.2.2 |
|
27
|
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 AUTHORS |
|
29
|
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=over 4 |
|
31
|
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=item * |
|
33
|
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
Ioan Rogers <ioanr@cpan.org> |
|
35
|
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=item * |
|
37
|
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
Fletcher T. Penney <owner@fletcherpenney.net> |
|
39
|
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=back |
|
41
|
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
|
43
|
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
This software is Copyright (c) 2021 by Ioan Rogers. |
|
45
|
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
This is free software, licensed under: |
|
47
|
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
The GNU General Public License, Version 2, June 1991 |
|
49
|
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=head1 BUGS AND LIMITATIONS |
|
51
|
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
You can make new bug reports, and view existing ones, through the |
|
53
|
|
|
|
|
|
|
web interface at L<https://github.com/ioanrogers/WebService-Simplenote/issues>. |
|
54
|
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
=head1 SOURCE |
|
56
|
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
The development version is on github at L<https://github.com/ioanrogers/WebService-Simplenote> |
|
58
|
|
|
|
|
|
|
and may be cloned from L<git://github.com/ioanrogers/WebService-Simplenote.git> |
|
59
|
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
=cut |