1package MDOM::Token::Bare;
2
3use strict;
4use warnings;
5
6use base 'MDOM::Token';
7
81;
9
10__END__
11
12=encoding utf-8
13
14=head1 NAME
15
16MDOM::Token::Bare - A Bare Token node for Makefile DOM
17
18=head1 DESCRIPTION
19
20A bare token node.
21
22=head1 AUTHOR
23
24Yichun "agentzh" Zhang (章亦春) E<lt>agentzh@gmail.comE<gt>
25
26=head1 COPYRIGHT
27
28Copyright 2006-2014 by Yichun "agentzh" Zhang (章亦春).
29
30This library is free software; you can redistribute it and/or
31modify it under the same terms as Perl itself.
32
33=head1 SEE ALSO
34
35L<MDOM::Document>, L<MDOM::Document::Gmake>, L<PPI>, L<Makefile::Parser::GmakeDB>, L<makesimple>.
36