summaryrefslogtreecommitdiff
path: root/lib/String/Print.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/String/Print.pm')
-rw-r--r--lib/String/Print.pm9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/String/Print.pm b/lib/String/Print.pm
index b6ee4e1..8da1883 100644
--- a/lib/String/Print.pm
+++ b/lib/String/Print.pm
@@ -1,8 +1,12 @@
-use warnings;
-use strict;
+# This code is part of distribution String-Print. Meta-POD processed with
+# OODoc into POD and HTML manual-pages. See README.md
+# Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
package String::Print;
+use warnings;
+use strict;
+
#use Log::Report::Optional 'log-report';
use Encode qw/is_utf8 decode/;
@@ -1223,6 +1227,7 @@ provided per explicit function call. Only C<String::Print> cleanly
separates the roles of serializers, modifiers, and conversions.
C<String::Print> is nicely integrated with M<Log::Report>.
+
=cut
1;