Skip to content

Commit 8d13e6d

Browse files
committed
Remove some Perl 6 references
1 parent edb1553 commit 8d13e6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,22 @@ warnings for any unexpected input.
5454
Installation
5555
------------
5656

57-
You can use Perl6 `zef` module installer to test and install `CSS::Grammar`:
57+
You can use the Raku `zef` module installer to test and install `CSS::Grammar`:
5858

5959
% zef install CSS::Grammar
6060

6161
To try parsing some content:
6262

63-
% perl6 -MCSS::Grammar::CSS3 -e"say CSS::Grammar::CSS3.parse('H1 {color:blue}')"
63+
% raku -MCSS::Grammar::CSS3 -e"say CSS::Grammar::CSS3.parse('H1 {color:blue}')"
6464

6565
See Also
6666
--------
6767
- [CSS::Properties](https://github.com/css-raku/CSS-Properties-raku) CSS Propery-list manipulation library.
68+
- [CSS](https://github.com/css-raku/CSS-raku) CSS Stylesheets and processing.
6869
- [CSS::Module::CSS3::Selectors](https://github.com/css-raku/CSS-Module-CSS3-Selectors-raku) extends CSS::Grammar::CSS3 to fully implement CSS Level 3 Selectors.
6970
- [CSS::Module](https://github.com/css-raku/CSS-Module-raku) further extends CSS::Grammar levels 1, 2.1 and 3. It understands named colors and is able to perform property-specific parsing and validation.
7071
- [CSS::Writer](https://github.com/css-raku/CSS-Writer-raku) - AST reserializer
71-
- [CSSGrammar.pm](https://github.com/perl6/perl6-examples/blob/master/categories/parsers/CSSGrammar.pm) from [perl6-examples](https://github.com/perl6/perl6-examples) gives an introductory Perl 6 grammar for CSS 2.1.
72+
- [CSSGrammar.pm](https://github.com/Raku/examples/blob/master/categories/parsers/CSSGrammar.pm) from [Raku/examples](https://github.com/Raku/examples) gives an introductory Raku grammar for CSS 2.1.
7273

7374
References
7475
----------

dist.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
; dist.ini
2-
name = CSS
32

43
[ReadmeFromPod]
54
; if you want to disable generating README.md from main module's pod, then:

0 commit comments

Comments
 (0)