-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts.pm
More file actions
26 lines (20 loc) · 780 Bytes
/
posts.pm
File metadata and controls
26 lines (20 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package posts;
# This module has been generated using Parse::Eyapp::Treereg
# from file posts. Don't modify it.
# Change posts instead.
# Copyright © 2006, 2007, 2008, 2009, 2010, 2011, 2012 Casiano Rodriguez-Leon.
# Copyright © 2017 William N. Braswell, Jr.
# All Rights Reserved.
#
# Parse::Yapp is Copyright © 1998, 1999, 2000, 2001, Francois Desarmenien.
# Parse::Yapp is Copyright © 2017 William N. Braswell, Jr.
# All Rights Reserved.
# You may use it and distribute it under the terms of either
# the GNU General Public License or the Artistic License,
# as specified in the Perl README file.
use strict;
use warnings;
use Carp;
use Parse::Eyapp::_TreeregexpSupport qw(until_first_match checknumchildren);
our @all = ( ) = Parse::Eyapp::YATW->buildpatterns();
1;