An open API service indexing awesome lists of open source software.

https://github.com/trwyant/perl-app-sam

Search and (possibly) modify files
https://github.com/trwyant/perl-app-sam

Last synced: 3 months ago
JSON representation

Search and (possibly) modify files

Awesome Lists containing this project

README

        

App-Sam is Copyright (C) 2023-2024 by Thomas R. Wyant, III

DESCRIPTION

App-Sam - Search and (possibly) modify files.

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 App-Sam-9.999.tar.gz
tar -xf App-Sam-9.999.tar
perl Makefile.PL
make
make test
make install

or

gunzip App-Sam-9.999.tar.gz
tar -xf App-Sam-9.999.tar
perl Build.PL
./Build
./Build test
./Build install

You 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.