Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c6bc1816

Von Sven Schöling vor etwa 9 Jahren hinzugefügt

  • ID c6bc181610ac4dd26cfd615075bcc8686dc219cf
  • Vorgänger 778622af
  • Nachfolger e8521020

YAML: Versionsupdate

Unterschiede anzeigen:

modules/override/YAML/Tag.pm
1
package YAML::Tag;
2 1
use strict; use warnings;
2
package YAML::Tag;
3 3

  
4 4
use overload '""' => sub { ${$_[0]} };
5 5

  
......
17 17
}
18 18

  
19 19
1;
20

  
21
__END__
22

  
23
=head1 NAME
24

  
25
YAML::Tag - Tag URI object class for YAML
26

  
27
=head1 SYNOPSIS
28

  
29
    use YAML::Tag;
30

  
31
=head1 DESCRIPTION
32

  
33
Used by YAML::Node.
34

  
35
=head1 AUTHOR
36

  
37
Ingy döt Net <ingy@cpan.org>
38

  
39
=head1 COPYRIGHT
40

  
41
Copyright (c) 2006. Ingy döt Net. All rights reserved.
42

  
43
This program is free software; you can redistribute it and/or modify it
44
under the same terms as Perl itself.
45

  
46
See L<http://www.perl.com/perl/misc/Artistic.html>
47

  
48
=cut

Auch abrufbar als: Unified diff