https://github.com/bearsampp/module-perl
Strawberry perl module for the Bearsampp Project
https://github.com/bearsampp/module-perl
hacktoberfest perl
Last synced: 5 months ago
JSON representation
Strawberry perl module for the Bearsampp Project
- Host: GitHub
- URL: https://github.com/bearsampp/module-perl
- Owner: Bearsampp
- License: gpl-3.0
- Created: 2021-11-26T20:57:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T03:12:44.000Z (about 2 years ago)
- Last Synced: 2024-05-01T11:22:59.606Z (about 2 years ago)
- Topics: hacktoberfest, perl
- Homepage: https://bearsampp.com/module/
- Size: 2.1 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
[](https://github.com/bearsampp/module-perl/releases/latest)

This is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving Perl.
## Build System
This project uses **Gradle** as its build system with a pure Gradle implementation (no wrapper).
### Quick Start
```bash
# Display build information
gradle info
# List all available tasks
gradle tasks
# Verify build environment
gradle verify
# Build a release (interactive)
gradle release
# Build a specific version (non-interactive)
gradle release -PbundleVersion=5.40.0
# Build all versions
gradle releaseAll
# Clean build artifacts
gradle clean
```
### Prerequisites
| Requirement | Version | Purpose |
|-------------------|---------------|------------------------------------------|
| **Java** | 8+ | Required for Gradle execution |
| **Gradle** | 8.0+ | Build automation tool |
| **7-Zip** | Latest | Archive compression (when using 7z format) |
### Available Tasks
| Task | Description |
|-----------------------|--------------------------------------------------|
| `release` | Build release package (interactive/non-interactive) |
| `releaseAll` | Build all available versions in bin/ |
| `clean` | Clean build artifacts and temporary files |
| `verify` | Verify build environment and dependencies |
| `info` | Display build configuration information |
| `listVersions` | List available bundle versions in bin/ |
| `listReleases` | List releases from modules-untouched |
| `checkModulesUntouched` | Check modules-untouched integration |
| `validateProperties` | Validate build.properties configuration |
For complete documentation, see [.gradle-docs/README.md](.gradle-docs/README.md)
## Documentation
- **Build Documentation**: [.gradle-docs/README.md](.gradle-docs/README.md)
- **Task Reference**: [.gradle-docs/TASKS.md](.gradle-docs/TASKS.md)
- **Configuration Guide**: [.gradle-docs/CONFIGURATION.md](.gradle-docs/CONFIGURATION.md)
- **API Reference**: [.gradle-docs/API.md](.gradle-docs/API.md)
- **Module Downloads**: https://bearsampp.com/module/perl
## Issues
Issues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).