Acme-MetaSyntactic-Themes
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/punctuation.pm view on Meta::CPAN
package Acme::MetaSyntactic::punctuation;
use strict;
use Acme::MetaSyntactic::List;
our @ISA = qw( Acme::MetaSyntactic::List );
our $VERSION = '1.000';
__PACKAGE__->init();
1;
=head1 NAME
Acme::MetaSyntactic::punctuation - The punctuation theme
=head1 DESCRIPTION
Names of various punctuation marks.
This list is based on a browsing session starting from:
L<http://en.wikipedia.org/wiki/Punctuation>.
=head1 CONTRIBUTORS
Philippe Bruhat (BooK), Abigail.
=head1 CHANGES
=over 4
=item *
2012-05-07 - v1.000
Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
=item *
2006-09-11
Updated by Abigail in Acme-MetaSyntactic version 0.91.
=item *
2005-07-04
Introduced in Acme-MetaSyntactic version 0.29.
=back
=head1 SEE ALSO
L<Acme::MetaSyntactic>, L<Acme::MetaSyntactic::List>.
=cut
__DATA__
# names
apostrophe prime
brackets
parentheses round_brackets parens fingernails
square_brackets
curly_brackets braces
angle_brackets chevrons fishhooks
corner_brackets
comma
dash emdash endash
ellipsis suspension_points
exclamation_mark inverted_exclamation_mark
full_stop period
hyphen
interrobang
question_mark inverted_question_mark
quotation_marks single_quotes double_quotes backquotes
angle_quotes single_angle_quotes double_angle_quotes
quotation_dash
guillemets
semicolon
slash solidus
space
( run in 0.614 second using v1.01-cache-2.11-cpan-39bf76dae61 )