Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bleargh45/dist-zilla-plugin-ensureminimumperl
Ensure that you have specified a minimum version of Perl
https://github.com/bleargh45/dist-zilla-plugin-ensureminimumperl
dist-zilla dzil
Last synced: about 1 month ago
JSON representation
Ensure that you have specified a minimum version of Perl
- Host: GitHub
- URL: https://github.com/bleargh45/dist-zilla-plugin-ensureminimumperl
- Owner: bleargh45
- Created: 2021-01-10T19:55:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T20:11:14.000Z (over 1 year ago)
- Last Synced: 2024-10-15T16:24:10.489Z (3 months ago)
- Topics: dist-zilla, dzil
- Language: Perl
- Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-EnsureMinimumPerl/
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# NAME
Dist::Zilla::Plugin::EnsureMinimumPerl - Ensure that you have specified a minimum version of Perl
# SYNOPSIS
```
# In your dist.ini
[EnsureMinimumPerl]
```# DESCRIPTION
This `Dist::Zilla` plugin checks to ensure that you have specified a minimum
required version of Perl, before allowing you to perform a release.I kept forgetting to be explicit about this in my own releases, and so I
whipped this up to force me to do it.# AUTHOR
Graham TerMarsch ([email protected])
# COPYRIGHT
Copyright (C) 2021-, Graham TerMarsch. All Rights Reserved.
This is free software; you can redistribute it and/or modify it under the same
license as Perl itself.# SEE ALSO
- [Dist::Zilla](https://metacpan.org/pod/Dist%3A%3AZilla)