Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starlink/perl-starlink-versions
Retrieve version information of Starlink applications
https://github.com/starlink/perl-starlink-versions
Last synced: 3 days ago
JSON representation
Retrieve version information of Starlink applications
- Host: GitHub
- URL: https://github.com/starlink/perl-starlink-versions
- Owner: Starlink
- Created: 2012-07-24T18:08:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-28T02:20:00.000Z (almost 12 years ago)
- Last Synced: 2023-04-21T08:51:00.678Z (over 1 year ago)
- Language: Perl
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Starlink::Versions
------------------This module provides a standard interface to the various ways of obtaining the
version of a [Starlink](http://www.starlink.ac.uk) application. It includes the
`starversion` command for easily obtaining a version.Obtain the overall Starlink version information:
% starversion
master @ 3747d7a92abf003c30e01ee5338d6cc54b0477ba (2012-09-26T13:50:43)Obtain the version of an application
% starversion kappa
V2.0-3Installation
============This is a standard perl distribution that should be installed by default with any
Starlink distribution.perl Build.PL
./Build
./Build test
./Build install