https://github.com/rsrchboy/app-validate-cpan
Run stored CPAN test suites against the modules on your system to validate your system
https://github.com/rsrchboy/app-validate-cpan
Last synced: 3 months ago
JSON representation
Run stored CPAN test suites against the modules on your system to validate your system
- Host: GitHub
- URL: https://github.com/rsrchboy/app-validate-cpan
- Owner: rsrchboy
- Created: 2010-05-15T05:04:36.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-05-16T05:16:16.000Z (about 15 years ago)
- Last Synced: 2025-01-16T04:21:42.681Z (5 months ago)
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a system validation script, designed to assist with running saved
copies of CPAN package test suites. Right now, this is mainly meant to serve
as a proof-of-concept with Fedora, which is experimenting with packaging the
test suites (as run under the Fedora buildsystem) in RPM subpackages in F-13+.e.g.
Class::MOP is packaged and delivered in the perl-Class-MOP RPM
CMOP's test suite is delivered in the perl-Class-MOP-tests RPM
CMOP's test suite is stored under /usr/libexec/perl5-tests/Class-MOP/This is very basic, very preliminary right now. Few "-tests" subpackages
exist at this point, how they're packaged and delivered will almost certainly
be changed as well progress with this.Feedback, patches, all very welcome; please use the github issues function to
report any problems, suggestions, or RFE's.Chris Weyl