Skip to content

Commit

Permalink
Remove some Perl6 references
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Sep 5, 2022
1 parent f614a41 commit 133f813
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"api" : "0",
"version" : "0.13.8",
"auth" : "github:ugexe",
"description" : "A Raku / Perl 6 module manager",
"description" : "Raku Module Management",
"license" : "Artistic-2.0",
"build-depends" : [ ],
"test-depends" : [ "Test:ver<6.c+>" ],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Zef

Raku / Perl6 Module Management
Raku Module Management

# Installation

Expand Down
2 changes: 1 addition & 1 deletion bin/zef
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

use Zef::CLI;
2 changes: 1 addition & 1 deletion lib/Zef/CLI.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ package Zef::CLI {

multi sub MAIN(Bool :h(:help($))) {
note qq:to/END_USAGE/
Zef - Raku / Perl6 Module Management
Zef - Raku Module Management
USAGE
Expand Down
2 changes: 1 addition & 1 deletion resources/scripts/win32http.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Param (
[Parameter(Mandatory=$True)] [System.Uri]$uri,
[Parameter(Mandatory=$True)] [string]$FilePath,
$UserAgent = "rakudo perl6/zef powershell downloader"
$UserAgent = "raku/zef-ps"
)

[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls";
Expand Down

0 comments on commit 133f813

Please sign in to comment.