Skip to content

Commit

Permalink
rakufication of content
Browse files Browse the repository at this point in the history
  • Loading branch information
Polgár Márton committed Jan 18, 2023
1 parent e1f48fc commit 8b075d9
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -633,7 +633,7 @@ say $xml[3][9]; ## <item>Never mind</item>

## Author

Timothy Totten, supernovus on #perl6, https://github.com/supernovus/
Timothy Totten, supernovus on #raku, https://github.com/supernovus/

### Note

Expand Down
2 changes: 1 addition & 1 deletion t/comments.t
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

#use lib 'lib';

Expand Down
2 changes: 1 addition & 1 deletion t/custom-entities.t
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

use XML;
use XML::Entity;
Expand Down
2 changes: 1 addition & 1 deletion t/emitter.t
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

#use lib 'lib';

Expand Down
2 changes: 1 addition & 1 deletion t/entities.t
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

use XML;
use XML::Entity;
Expand Down
2 changes: 1 addition & 1 deletion t/example.t
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

#use lib 'lib';

Expand Down
2 changes: 1 addition & 1 deletion t/make.t
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

use v6;

Expand Down
2 changes: 1 addition & 1 deletion t/namespaces.t
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

#use lib 'lib';

Expand Down
2 changes: 1 addition & 1 deletion t/numeric-entities.t
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

use XML::Entity;
use Test;
Expand Down
2 changes: 1 addition & 1 deletion t/parser.t
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

#use lib 'lib';

Expand Down
2 changes: 1 addition & 1 deletion t/preamble.t
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

#use lib 'lib';

Expand Down
2 changes: 1 addition & 1 deletion t/proxies.t
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

#use lib 'lib';

Expand Down
2 changes: 1 addition & 1 deletion t/query-methods.t
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

#use lib 'lib';

Expand Down
2 changes: 1 addition & 1 deletion t/query-positional.t
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

#use lib 'lib';

Expand Down
2 changes: 1 addition & 1 deletion t/quotes.t
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

use Test;
use XML;
Expand Down

0 comments on commit 8b075d9

Please sign in to comment.