Skip to content

Commit

Permalink
.pl → .p6 extension for Perl 6 scripts
Browse files Browse the repository at this point in the history
This one was supposed to be executed manually, so hopefully no
automation is depending on this.
  • Loading branch information
AlexDaniel committed Jan 14, 2018
1 parent 732a25c commit ade7c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release_guide.pod
Expand Up @@ -31,7 +31,7 @@ some releases to ensure any compatibility issues are resolved.
2018-11-17 Rakudo #129
2018-12-15 Rakudo #130

(More planned dates can be generated with F<tools/release-dates.pl>).
(More planned dates can be generated with F<tools/release-dates.p6>).

=head2 Steps to create a release (for release managers)

Expand Down
1 change: 1 addition & 0 deletions tools/release-dates.pl → tools/release-dates.p6
@@ -1,3 +1,4 @@
#!/usr/bin/env perl6
use v6;

constant release-number-offset = 2016;
Expand Down

0 comments on commit ade7c46

Please sign in to comment.