Auftrags-Controller: Email: Anhang-Policy anders prüfen
[kivitendo-erp.git] / modules / override / YAML / Tag.pm
index a6826fd..57aef46 100644 (file)
@@ -1,5 +1,5 @@
-package YAML::Tag;
 use strict; use warnings;
+package YAML::Tag;
 
 use overload '""' => sub { ${$_[0]} };
 
@@ -17,32 +17,3 @@ sub canonical {
 }
 
 1;
-
-__END__
-
-=head1 NAME
-
-YAML::Tag - Tag URI object class for YAML
-
-=head1 SYNOPSIS
-
-    use YAML::Tag;
-
-=head1 DESCRIPTION
-
-Used by YAML::Node.
-
-=head1 AUTHOR
-
-Ingy döt Net <ingy@cpan.org>
-
-=head1 COPYRIGHT
-
-Copyright (c) 2006. Ingy döt Net. All rights reserved.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-See L<http://www.perl.com/perl/misc/Artistic.html>
-
-=cut