You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Perl configuration file with version metadata
Diagram Walkthrough
flowchart LR
A["Perl Version"] -->|"Update to 5.42.0.1"| B["bin/perl5.42.0.1/bearsampp.conf"]
C["Bundle Release"] -->|"Update to 2026.1.15"| D["build.properties"]
E["Eclipse Config"] -->|"Remove IDE files"| F["Cleanup"]
Replace single backslashes (</code>) with forward slashes (/) in the perlExe path to prevent potential escape character issues and improve cross-platform compatibility.
Why: The suggestion correctly identifies that using single backslashes in paths can lead to misinterpretation due to escape sequences, and proposes a more robust and cross-platform compatible solution.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Type
Enhancement
Description
Updated Perl version to 5.42.0.1
Updated bundle release to 2026.1.15
Removed Eclipse IDE project configuration files
Added Perl configuration file with version metadata
Diagram Walkthrough
File Walkthrough
bearsampp.conf
New Perl configuration file creationbin/perl5.42.0.1/bearsampp.conf
build.properties
Update bundle release versionbuild.properties
.buildpath
Remove Eclipse buildpath configuration.buildpath
.project
Remove Eclipse project configuration.project
org.eclipse.core.resources.prefs
Remove Eclipse resource preferences.settings/org.eclipse.core.resources.prefs
module-perl.RELEASE.launch
Remove Eclipse launch configurationmodule-perl.RELEASE.launch