Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starlink/perl-pod-sst
Convert perl pod to Starlink SST prologues
https://github.com/starlink/perl-pod-sst
Last synced: 3 days ago
JSON representation
Convert perl pod to Starlink SST prologues
- Host: GitHub
- URL: https://github.com/starlink/perl-pod-sst
- Owner: Starlink
- Created: 2014-08-15T00:06:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T20:06:41.000Z (over 5 years ago)
- Last Synced: 2023-04-21T08:51:00.316Z (over 1 year ago)
- Language: Perl
- Size: 12.7 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
Awesome Lists containing this project
README
Pod::SST - convert Pod to SST prologue using Pod::Simple
This is version 0.01 of Pod::SST. This module can be used to convert Pod data
to SST-style prologues. It uses Pod::Simple as a basis. A pod2sst command is
provided.INSTALLATION
% perl Makefile.PL
% make
% make test
% make installREQUIREMENTS
This module requires the Starlink::Prologue module. This module is currently
not on CPAN; email Tim Jenness ([email protected]) for it.AUTHOR
Brad Cavanagh
Copyright (C) Science and Technology Facilities Council. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.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. See the GNU General Public License for more details.You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307, USACHANGES
v0.01
- Initial release.