Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:31:08 +08:00
commit 9454937855
4 changed files with 145 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "cpan-result-simple",
"description": "Simple result type implementation for Perl, inspired by Rust's Result type",
"version": "1.0.0",
"author": {
"name": "kfly8",
"email": "kentafly88@gmail.com"
},
"skills": [
"./skills/"
]
}