projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
ae27a45
)
some pod cleanups
Graham Knop [Sun, 22 Sep 2013 07:57:05 +0000 (
03:57
-0400)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
lib/Moo/Role.pm
patch
|
blob
|
blame
|
history
lib/Sub/Defer.pm
patch
|
blob
|
blame
|
history
lib/Sub/Quote.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
31a52ce
..
0dfaf8d
100644
(file)
--- a/
lib/Moo.pm
+++ b/
lib/Moo.pm
@@
-191,6
+191,8
@@
sub _constructor_maker_for {
}
1;
+__END__
+
=pod
=encoding utf-8
diff --git
a/lib/Moo/Role.pm
b/lib/Moo/Role.pm
index
21b304a
..
71db848
100644
(file)
--- a/
lib/Moo/Role.pm
+++ b/
lib/Moo/Role.pm
@@
-343,6
+343,7
@@
sub _handle_constructor {
}
1;
+__END__
=head1 NAME
@@
-408,3
+409,5
@@
See L<Moo> for authors.
=head1 COPYRIGHT AND LICENSE
See L<Moo> for the copyright and license.
+
+=cut
diff --git
a/lib/Sub/Defer.pm
b/lib/Sub/Defer.pm
index
7162609
..
28b3e13
100644
(file)
--- a/
lib/Sub/Defer.pm
+++ b/
lib/Sub/Defer.pm
@@
-59,6
+59,7
@@
sub CLONE {
}
1;
+__END__
=head1 NAME
@@
-114,3
+115,5
@@
See L<Moo> for authors.
=head1 COPYRIGHT AND LICENSE
See L<Moo> for the copyright and license.
+
+=cut
diff --git
a/lib/Sub/Quote.pm
b/lib/Sub/Quote.pm
index
d56cacd
..
bd75a3a
100644
(file)
--- a/
lib/Sub/Quote.pm
+++ b/
lib/Sub/Quote.pm
@@
-121,6
+121,7
@@
sub CLONE {
}
1;
+__END__
=head1 NAME
@@
-290,3
+291,5
@@
See L<Moo> for authors.
=head1 COPYRIGHT AND LICENSE
See L<Moo> for the copyright and license.
+
+=cut