AI-Agent-Skills-SiteKit

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

MIT License

Copyright (c) 2026 AI Agent Skills

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

META.json  view on Meta::CPAN

   },
   "name" : "AI-Agent-Skills-SiteKit",
   "no_index" : {
      "directory" : [
         "t",
         "inc"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "homepage" : "https://aiagentskills.net"
   },
   "version" : "v0.1.0",
   "x_serialization_backend" : "JSON::PP version 4.06"
}

META.yml  view on Meta::CPAN

---
abstract: 'URL helpers for AI Agent Skills'
author:
  - 'AI Agent Skills <hello@aiagentskills.net>'
build_requires:
  ExtUtils::MakeMaker: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010'
license: mit
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: AI-Agent-Skills-SiteKit
no_index:
  directory:
    - t
    - inc
resources:
  homepage: https://aiagentskills.net
version: v0.1.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Makefile.PL  view on Meta::CPAN

use warnings;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME => 'AI::Agent::Skills::SiteKit',
    VERSION_FROM => 'lib/AI/Agent/Skills/SiteKit.pm',
    ABSTRACT => 'URL helpers for AI Agent Skills',
    AUTHOR => 'AI Agent Skills <hello@aiagentskills.net>',
    LICENSE => 'mit',
    META_MERGE => {
        resources => {
            homepage => 'https://aiagentskills.net',
            repository => {
                type => 'git',
                url => 'https://github.com/bbwdadfg/aiagentskills-site-kit.git',
                web => 'https://github.com/bbwdadfg/aiagentskills-site-kit',
            },
        },
    },
);



( run in 1.285 second using v1.01-cache-2.11-cpan-9581c071862 )