Skip to content

Commit 489d45b

Browse files
committed
1.0
1 parent 1850d22 commit 489d45b

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
Revision history for Shell-Command
22

33
{{$NEXT}}
4+
5+
1.0 2023-07-30T20:57:52+02:00
46
- First version in the zef ecosystem

META6.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"File::Which",
2323
"File::Find"
2424
],
25-
"description": "Provide **cross-platform** routines emulating common *NIX shell commands",
25+
"description": "provide **cross-platform** routines emulating common \\*NIX shell commands",
2626
"license": "MIT",
2727
"name": "Shell::Command",
2828
"perl": "6.*",
@@ -32,7 +32,9 @@
3232
"resources": [
3333
],
3434
"source-url": "git://github.com/raku-community-modules/Shell-Command.git",
35-
"tags": [ "SHELL", "UNIX"
35+
"tags": [
36+
"SHELL",
37+
"UNIX"
3638
],
3739
"test-depends": [
3840
"Test"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[![Actions Status](https://github.com/raku-community-modules/Shell-Command/actions/workflows/test.yml/badge.svg)](https://github.com/raku-community-modules/Shell-Command/actions)
22

3-
NAME Shell::Command
4-
===================
3+
NAME
4+
====
55

6-
Provides **cross-platform** routines emulating common \*NIX shell commands
6+
Shell::Command - provide **cross-platform** routines emulating common \*NIX shell commands
77

88
SYNOPSIS
99
========

0 commit comments

Comments
 (0)