Mac-OSVersion

(Perl) Get the Mac OS X system version

https://github.com/briandfoy/mac-osversion

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.8%) to scientific vocabulary

Keywords

macos perl perl-module
Last synced: 6 months ago · JSON representation ·

Repository

(Perl) Get the Mac OS X system version

Basic Info
Statistics
  • Stars: 5
  • Watchers: 3
  • Forks: 1
  • Open Issues: 0
  • Releases: 4
Topics
macos perl perl-module
Created over 17 years ago · Last pushed 8 months ago
Metadata Files
Readme Changelog License Citation Security

README.pod

=pod

=encoding utf8

=for HTML 

=for HTML 

=for HTML 

=for HTML Coverage Status

=for HTML 

=for HTML DOI

=head1 The Mac::OSVersion module

This is the I for the L Perl module. You're probably
looking at this because you don't know where else to find what you're
looking for. Read this once and you might never have to read one again
for any Perl module.

=head2 Documentation

To read about L, look at the embedded documentation
in the module itself. Inside the distribution, you can format it
with L:

	% perldoc lib/Mac/OSVersion.pm

If you have already installed the module, you can specify the module
name instead of the file location:

	% perldoc Mac::OSVersion

You can read the documentation and inspect the meta data on
L.

The standard module documentation has example uses in the SYNOPSIS
section, but you can also look in the I directory (if it's
there), or look at the test files in I.

=head2 Installation

You can install this module with a CPAN client, which will resolve
and install the dependencies:

	% cpan Mac::OSVersion
	% cpanm Mac::OSVersion

You can also install directly from the distribution directory, which
will also install the dependencies:

	% cpan .
	% cpanm .

You could install just this module manually:

	% perl Makefile.PL
	% make
	% make test
	% make install

You probably don't want to do that unless you're fiddling with the
module and only want to run the tests without installing anything.

=head2 Source location

The meta data, such as the source repository and bug tracker, is in
I or the I files it creates. You can find that on
those CPAN web interfaces, but you can also look at files directly in
the source repository: L

If you find a problem, file a ticket in the L.

There are also backup repositories hosted on other services. These
reflect the state of the main repo and exist only for redundancy:

=over 4

=item * L

=item * L

=item * L

=back

=head2 GitHub Attestations

This distribution now uses
L,
which allow you to verify that the archive file you have was made from
the official repo.

You need a GitHub account and the L.

	# download the distro file from GitHub, MetaCPAN, or a CPAN mirror
	$ gh auth login
	...follow instructions...
	$ gh attestation verify Mac-OSVersion-1.23.tar.gz --owner briandfoy

=head2 Getting help

Although I'm happy to hear from module users in private email,
that's the best way for me to forget to do something.

Besides the issue trackers, you can find help at
L or
L, both of which have many
competent Perlers who can answer your question, almost in real time.
They might not know the particulars of this module, but they can help
you diagnose your problem.

You might like to read L.

=head2 Copyright and License

You should have received a I file, but the license is also noted
in the module files. About the only thing you can't do is pretend that
you wrote code that you didn't.

=head2 Good luck!

Enjoy,

brian d foy, briandfoy@pobox.com

=cut

Owner

  • Name: brian d foy
  • Login: briandfoy
  • Kind: user
  • Location: New York, NY
  • Company: The Perl Review

I'm the author of several books on Perl. I've made my career around helping people use the Perl language.

Citation (CITATION.cff)

# This CITATION.cff file was generated with /Users/brian/bin/bmt
# Mon Jun  6 20:34:30 2022

abstract: Mac::OSVersion - Get the Mac OS X or macOS system version
authors:
- alias: briandfoy
  email: briandfoy@pobox.com
  family-names: foy
  given-names: brian d
  orcid: 0000-0002-0283-8283
cff-version: 1.2.0
date-released: 2015-01-03
license: artistic_2
license-url: https://github.com/briandfoy/mac-osversion/blob/master/LICENSE
message: The GitHub page for this module provides formatted citations
repository-code: https://github.com/briandfoy/mac-osversion
title: The Mac::OSVersion Perl module
type: software
version: '1.01'

GitHub Events

Total
  • Release event: 2
  • Push event: 15
  • Create event: 1
Last Year
  • Release event: 2
  • Push event: 15
  • Create event: 1

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 239
  • Total Committers: 4
  • Avg Commits per committer: 59.75
  • Development Distribution Score (DDS): 0.038
Past Year
  • Commits: 17
  • Committers: 1
  • Avg Commits per committer: 17.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
brian d foy b****y@g****m 230
brian d foy b****n@s****m 7
Jose Pedro Oliveira j****s@g****m 1
David B. Evans d****s@m****g 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 2
  • Total pull requests: 11
  • Average time to close issues: 6 months
  • Average time to close pull requests: about 4 hours
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.09
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • sparvu (1)
  • KellyOBrian (1)
Pull Request Authors
  • briandfoy (9)
  • dbevans (1)
  • jpoliv (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 24
  • Total maintainers: 1
metacpan.org: Mac-OSVersion

Get the Mac OS X or macOS system version

  • Versions: 24
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent repos count: 1.6%
Stargazers count: 3.6%
Average: 7.8%
Forks count: 8.2%
Dependent packages count: 17.9%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/macos.yml actions
  • actions/checkout v3 composite
.github/workflows/mac-release.yml actions
  • actions/checkout v3 composite
  • softprops/action-gh-release v1 composite