Test-File

(Perl) Check file attributes

https://github.com/briandfoy/test-file

Science Score: 44.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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.9%) to scientific vocabulary

Keywords

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

Repository

(Perl) Check file attributes

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

README.pod

=pod

=encoding utf8

=for HTML 

=for HTML 

=for HTML 

=for HTML 

=for HTML Coverage Status

=for HTML 

=for HTML 

=head1 The Test::File module

This is the I for the L Perl module, which provides
convenience test functions to check file attributes and data in a
L fashion.

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/Test/File.pm

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

	% perldoc Test::File

You can read the documentation and inspect the meta data at
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 Test::File
	% cpanm Test::File

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 Test-File-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
# Tue Feb 15 12:46:17 2022

abstract: Test::File -- test file attributes
authors:
- family-names: foy
  given-names: brian d
  orcid: 0000-0002-0283-8283
  email: briandfoy@pobox.com
cff-version: 1.2.0
date-released: refs/tags/v1.36
doi: 10.5281/zenodo.6093297
license: artistic_2
license-url: https://github.com/briandfoy/test-file/LICENSE
message: The GitHub page for this module provides formatted citations
repository-code: https://github.com/briandfoy/test-file
title: The Test::File Perl module
type: software
version: ''

GitHub Events

Total
  • Create event: 2
  • Issues event: 2
  • Release event: 2
  • Issue comment event: 4
  • Push event: 13
Last Year
  • Create event: 2
  • Issues event: 2
  • Release event: 2
  • Issue comment event: 4
  • Push event: 13

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 485
  • Total Committers: 14
  • Avg Commits per committer: 34.643
  • Development Distribution Score (DDS): 0.14
Past Year
  • Commits: 12
  • Committers: 1
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
brian d foy b****y@g****m 417
Buddy Burden b****r@g****m 30
brian d foy b****n@s****m 9
Mike Wisener x****w@3****m 8
Alexandr Ciornii a****y@g****m 4
Ricardo Signes r****s@c****g 3
Jean-Damien Durand j****d@f****r 3
Jean-Damien Durand J****d@n****h 3
Håkon Hægland h****d@g****m 2
Desmond Daignault n****n@c****g 2
James Raspass j****s@g****m 1
Graham Knop h****g@h****g 1
Dan Book g****z@g****m 1
Ioan Rogers i****r@c****g 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 17
  • Total pull requests: 26
  • Average time to close issues: 9 months
  • Average time to close pull requests: 3 months
  • Total issue authors: 15
  • Total pull request authors: 13
  • Average comments per issue: 3.76
  • Average comments per pull request: 1.12
  • Merged pull requests: 20
  • 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
  • eserte (2)
  • barefootcoder (2)
  • exodist (1)
  • ppisar (1)
  • haarg (1)
  • hhg7 (1)
  • theory (1)
  • xmikew (1)
  • scottchiefbaker (1)
  • martinthurn-LFT (1)
  • chanwilson (1)
  • ioanrogers (1)
  • briandfoy (1)
  • gregoa (1)
  • hakonhagland (1)
Pull Request Authors
  • briandfoy (9)
  • jddurand (3)
  • rjbs (2)
  • Grinnz (2)
  • nawglan (2)
  • xmikew (1)
  • JRaspass (1)
  • mrmuskrat (1)
  • tzccinct (1)
  • barefootcoder (1)
  • hakonhagland (1)
  • haarg (1)
  • ioanrogers (1)
Top Labels
Issue Labels
Enhancement (4) Test Bug (3) Win32 (2) Testing (2) Bug (2) API Change (1) Stalled (1) Deprecation (1) CPAN Testers (1) Distribution File (1) Perl Change (1) Documentation (1) Type: enhancement (1) Type: question (1)
Pull Request Labels
Testing (4) Enhancement (4) Win32 (3) Test Bug (2) Documentation (1) Perl Workaround (1)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 54
  • Total dependent repositories: 0
  • Total versions: 71
  • Total maintainers: 1
metacpan.org: Test-File

test file attributes

  • Versions: 71
  • Dependent Packages: 54
  • Dependent Repositories: 0
Rankings
Forks count: 0.8%
Average: 1.3%
Stargazers count: 1.4%
Dependent packages count: 1.4%
Dependent repos count: 1.6%
Maintainers (1)
Last synced: 6 months ago

Dependencies

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