Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trwyant/perl-ppix-quotelike
Parse Perl string literals and string-literal-like things.
https://github.com/trwyant/perl-ppix-quotelike
parser perl perl-module
Last synced: about 1 month ago
JSON representation
Parse Perl string literals and string-literal-like things.
- Host: GitHub
- URL: https://github.com/trwyant/perl-ppix-quotelike
- Owner: trwyant
- Created: 2016-06-12T19:54:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T12:51:24.000Z (about 2 years ago)
- Last Synced: 2024-10-13T02:41:03.517Z (about 1 month ago)
- Topics: parser, perl, perl-module
- Language: Perl
- Size: 344 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- Contributing: CONTRIBUTING
- License: LICENSES/Artistic
Awesome Lists containing this project
README
PPIx-QuoteLike is Copyright (C) 2016-2022 by Thomas R. Wyant, III
DESCRIPTION
This Perl module parses Perl-syntax quote-like strings in a manner more
or less consistent with PPI.The PPIx::QuoteLike object is instantiated using new(), passing either
one of the relevant PPI objects or a string representation.See the eg/ directory for samples.
INSTALLATION
This module is best installed using your favorite CPAN client: cpan,
cpanp, or cpanm. ActivePerl users can try their ppm.Failing that, you can use one of the two usual incantations:
gunzip PPIx-QuoteLike-9.999.tar.gz
tar -xf PPIx-QuoteLike-9.999.tar
perl Makefile.PL
make
make test
make installor
gunzip PPIx-QuoteLike-9.999.tar.gz
tar -xf PPIx-QuoteLike-9.999.tar
perl Build.PL
./Build
./Build test
./Build installYou should substitute the appropriate program name for 'make', eg nmake
(typically) under MSWin32, or mms or mmk under VMS. See
ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe for a copy of
nmake for MSWin32 if you need it.Of course, since it's pure Perl, you can just expand the kit and drop
SpaceTrack.pm and the SpaceTrack folder into the Astro directory
(creating it if necessary) in the appropriate place in your @INC
directories.LICENSING INFORMATION
This package is free software; you can redistribute it and/or modify it
under the same terms as Perl 5.10.0. For more details, see the full text
of the licenses in the directory LICENSES.This program is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.