Search results for "module:PPI::"
PPI::App::ppi_version::BDFOY - brian d foy's rip off of Adam's ppi_version
I like what PPI::App::Version does, mostly, but I had to be different. Life would just be easier if Adam did things my way from the start....
BDFOY/PPI-App-ppi_version-BDFOY-1.001 - 07 Feb 2021 06:33:31 UTC
PPI::Token::QuoteLike::Words - Word list constructor quote-like operator
A "PPI::Token::QuoteLike::Words" object represents a quote-like operator that acts as a constructor for a list of words. # Create a list for a significant chunk of the alphabet my @list = qw{a b c d e f g h i j k l};...
MITHALDU/PPI-1.277 - 22 Sep 2023 09:18:22 UTC
PPI::Transform::Doxygen::POD - Convert POD to Doxygen compatible HTML
This is a shameless copy of Doxygen::Filter::Perl::POD. It is a helper module for use with PPI::Transform::Doxygen and should not be called directly. This class actually overloads some of the methods found in Pod::POM::View::HTML and converts their o...
TOMK/PPI-Transform-Doxygen-0.34 - 24 Jul 2019 08:16:16 UTC
PPI::Token::QuoteLike::Regexp - Regexp constructor quote-like operator
A "PPI::Token::QuoteLike::Regexp" object represents the quote-like operator used to construct anonymous Regexp objects, as follows. # Create a Regexp object for a module filename my $module = qr/\.pm$/;...
MITHALDU/PPI-1.277 - 22 Sep 2023 09:18:22 UTC
PPI::Statement::UnmatchedBrace - Isolated unmatched brace
The "PPI::Statement::UnmatchedBrace" class is a miscellaneous utility class. Objects of this type should be rare, or not exist at all in normal valid PPI::Document objects. It can be either a round ')', square ']' or curly '}' brace, this class does ...
MITHALDU/PPI-1.277 - 22 Sep 2023 09:18:22 UTC
PPI::Token::QuoteLike::Command - The command quote-like operator
A "PPI::Token::QuoteLike::Command" object represents a command output capturing quote-like operator....
MITHALDU/PPI-1.277 - 22 Sep 2023 09:18:22 UTC
PPI::Token::Regexp::Substitute - A match and replace regular expression token
A "PPI::Token::Regexp::Substitute" object represents a single substitution regular expression....
MITHALDU/PPI-1.277 - 22 Sep 2023 09:18:22 UTC
PPI::Statement::Include::Perl6 - Inline Perl 6 file section
A "PPI::Statement::Include::Perl6" is a special include statement that indicates the start of a section of Perl 6 code inlined into a regular Perl 5 code file. The primary purpose of the class is to allow PPI to provide at least basic support for "6 ...
MITHALDU/PPI-1.277 - 22 Sep 2023 09:18:22 UTC
PPI::Token::Quote::Interpolate - The interpolation quote-like operator
A "PPI::Token::Quote::Interpolate" object represents a single interpolation quote-like operator, such as "qq{$foo bar $baz}"....
MITHALDU/PPI-1.277 - 22 Sep 2023 09:18:22 UTC
PPI::Transform::UpdateCopyright - Demonstration PPI::Transform class
PPI::Transform::UpdateCopyright provides a demonstration of a typical PPI::Transform class. This class implements a document transform that will take the name of an author and update the copyright statement to refer to the current year, if it does no...
MITHALDU/PPI-1.277 - 22 Sep 2023 09:18:22 UTC
PPI::Token::QuoteLike::Readline - The readline quote-like operator
The "readline" quote-like operator is used to read either a single line from a file, or all the lines from a file, as follows. # Read in a single line $line = <FILE>; # From a scalar handle $line = <$filehandle>; # Read all the lines @lines = <FILE>;...
MITHALDU/PPI-1.277 - 22 Sep 2023 09:18:22 UTC
File::PackageIndexer::PPI::Util - PPI-related utility functions
No user-serviceable parts inside....
SMUELLER/File-PackageIndexer-0.02 - 04 Jan 2009 17:23:38 UTC
PPI::Token::QuoteLike::Backtick - A `backticks` command token
A "PPI::Token::QuoteLike::Backtick" object represents a command output capturing quote....
MITHALDU/PPI-1.277 - 22 Sep 2023 09:18:22 UTC
PPI::Token::Regexp::Transliterate - A transliteration regular expression token
A "PPI::Token::Regexp::Transliterate" object represents a single transliteration regular expression. I'm afraid you'll have to excuse the ridiculously long class name, but when push came to shove I ended up going for pedantically correct names for th...
MITHALDU/PPI-1.277 - 22 Sep 2023 09:18:22 UTC
Devel::REPL::Plugin::MultiLine::PPI - Read lines until all blocks are closed
Plugin that will collect lines until you have no unfinished structures. This lets you write subroutines, "if" statements, loops, etc. more naturally. For example, without a MultiLine plugin, $ my $x = 3; 3 $ if ($x == 3) { will throw a compile error,...
ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC
File::PackageIndexer::PPI::Inheritance - Misc. functions for determining inheritance
No user-serviceable parts inside....
SMUELLER/File-PackageIndexer-0.02 - 04 Jan 2009 17:23:38 UTC
Locale::Maketext::Extract::Plugin::PPI - Perl format parser
Does exactly the same thing as the Locale::Maketext::Extract::Plugin::Perl parser, but more accurately, and more slowly. Considerably more slowly! For this reason it isn't a built-in plugin....
DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC
Module::AnyEvent::Helper::PPI::Transform - PPI::Transform subclass for AnyEvent-ize helper
To make some modules AnyEvent-frinedly, it might be necessary to write boiler-plate codes. This module applys the following transformations. * Emit "use AnyEvent;use Module::AnyEvent::Helper;" at the beginning of the document. * Translate (ordinary) ...
YAKEX/Module-AnyEvent-Helper-v0.0.5 - 12 Nov 2012 13:46:41 UTC
File::PackageIndexer::PPI::ClassXSAccessor - Parse the generated subs from Class::XSAccessor
No user-serviceable parts inside....
SMUELLER/File-PackageIndexer-0.02 - 04 Jan 2009 17:23:38 UTC
Module::AnyEvent::Helper::PPI::Transform::Net::Amazon::S3 - Additional transformer for Module::AnyEvent::Helper
This class is not intended to use directly....
YAKEX/AnyEvent-Net-Amazon-S3-v0.04.0.80 - 04 May 2015 11:43:56 UTC