Skip to content

Commit ffa3d8a

Browse files
authored
Merge pull request #627 from fglock/feature/moose-bundled-deps-20260429-175124
feat(moose): bundle pure-Perl Moose runtime dependencies
2 parents e892920 + eeaf54c commit ffa3d8a

18 files changed

Lines changed: 7618 additions & 2 deletions

File tree

src/main/java/org/perlonjava/core/Configuration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class Configuration {
3333
* Automatically populated by Gradle/Maven during build.
3434
* DO NOT EDIT MANUALLY - this value is replaced at build time.
3535
*/
36-
public static final String gitCommitId = "8acc9ffd5";
36+
public static final String gitCommitId = "e892920b5";
3737

3838
/**
3939
* Git commit date of the build (ISO format: YYYY-MM-DD).
@@ -48,7 +48,7 @@ public final class Configuration {
4848
* Parsed by App::perlbrew and other tools via: perl -V | grep "Compiled at"
4949
* DO NOT EDIT MANUALLY - this value is replaced at build time.
5050
*/
51-
public static final String buildTimestamp = "Apr 29 2026 17:29:18";
51+
public static final String buildTimestamp = "Apr 29 2026 17:55:45";
5252

5353
// Prevent instantiation
5454
private Configuration() {

0 commit comments

Comments
 (0)