-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
: commit title
- Loading branch information
Fernando Corrêa de Oliveira
committed
Aug 8, 2024
1 parent
6e7d1c9
commit b69821a
Showing
14 changed files
with
236 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
**/.precomp | ||
**/.precomp | ||
raku-modules | ||
SixPM-0.0.11.tar.gz | ||
SixPM-0.0.11 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Revision history for SixPM | ||
|
||
{{$NEXT}} | ||
- Initial version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,50 @@ | ||
{ | ||
"name": "6pm", | ||
"support": { | ||
"source": "git://github.com/FCO/6pm.git" | ||
}, | ||
"bin": { | ||
"6pm": "bin/6pm" | ||
}, | ||
"perl": "v6.*", | ||
"build-depends": [ | ||
|
||
], | ||
"scripts": { | ||
"test": "zef test ." | ||
}, | ||
"depends": [ | ||
"zef", | ||
"JSON::Class:auth<zef:jonathanstowe>" | ||
], | ||
"tags": [ | ||
"PACKAGE", | ||
"INSTALL", | ||
"CLI", | ||
"DEVEL", | ||
"TERMINAL", | ||
"UTILS", | ||
"COMMAND LINE" | ||
], | ||
"license": "Artistic-2.0", | ||
"test-depends": [ | ||
"Test::Mock", | ||
"Test::META" | ||
], | ||
"provides": { | ||
"App::six-pm::Installer": "lib/App/six-pm/Installer.pm6", | ||
"App::six-pm::Meta6": "lib/App/six-pm/Meta6.pm6", | ||
"App::six-pm::SixPM": "lib/App/six-pm/SixPM.pm6", | ||
"App::six-pm::ZefInstaller": "lib/App/six-pm/ZefInstaller.pm6", | ||
"SixPM": "lib/SixPM.pm6" | ||
}, | ||
"production": false, | ||
"version": "0.0.11", | ||
"authors": [ | ||
"Fernando Correa de Oliveira" | ||
"auth": "zef:FCO", | ||
"authors": [ | ||
"Fernando Correa de Oliveira" | ||
], | ||
"description": "Raku module dependency manager (aka npm for Raku)" | ||
"bin": { | ||
"6pm": "bin/6pm" | ||
}, | ||
"build-depends": [ | ||
], | ||
"depends": [ | ||
"zef", | ||
"JSON::Class:auth<zef:jonathanstowe>" | ||
], | ||
"description": "Raku module dependency manager (aka npm for Raku)", | ||
"license": "Artistic-2.0", | ||
"name": "SixPM", | ||
"perl": "v6.*", | ||
"production": true, | ||
"provides": { | ||
"App::six-pm::Installer": "lib/App/six-pm/Installer.rakumod", | ||
"App::six-pm::Meta6": "lib/App/six-pm/Meta6.rakumod", | ||
"App::six-pm::SixPM": "lib/App/six-pm/SixPM.rakumod", | ||
"App::six-pm::ZefInstaller": "lib/App/six-pm/ZefInstaller.rakumod", | ||
"SixPM": "lib/SixPM.rakumod" | ||
}, | ||
"resources": [ | ||
], | ||
"scripts": { | ||
"test": "zef test ." | ||
}, | ||
"source-url": "https://github.com/FCO/6pm.git", | ||
"support": { | ||
"source": "git://github.com/FCO/6pm.git" | ||
}, | ||
"tags": [ | ||
"PACKAGE", | ||
"INSTALL", | ||
"CLI", | ||
"DEVEL", | ||
"TERMINAL", | ||
"UTILS", | ||
"COMMAND LINE" | ||
], | ||
"test-depends": [ | ||
"Test::Mock", | ||
"Test::META" | ||
], | ||
"version": "0.0.11" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name = 6pm | ||
|
||
[ReadmeFromPod] | ||
; enable = false | ||
filename = lib/SixPM.rakumod | ||
|
||
[PruneFiles] | ||
; match = ^ 'xt/' | ||
|
||
[UploadToZef] |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.