We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd0b9f commit 3818c25Copy full SHA for 3818c25
README.md
@@ -72,12 +72,12 @@ You system perl and other possible installations remain unchanged.
72
73
Imagine the very simple project:
74
75
- $ ls
+ $ ls -A
76
dist.ini ex1
77
78
which contains a perl script:
79
80
- $ cat ex1
+ $ cat ex1
81
#!/usr/bin/perl
82
83
use Acme::123;
@@ -92,7 +92,7 @@ that requires the _Acme::123_ module, described in this simple dzil file:
92
[Prereqs]
93
Acme::123 = 0
94
95
-To setup our environmet to run this using p5stack the first this is to run
+To setup our environment to run this using p5stack the first this is to run
96
the setup command:
97
98
$ p5stack setup
0 commit comments