Skip to content

pgxn/pgxn-meta

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
t
 
 
 
 
 
 
 
 
 
 

PGXN/Meta version 0.10.0

This library's module, PGXN::Meta, provides a simple Perl interface to META.json files that adhere to the PGXN Meta Spec.

INSTALLATION

To install this module, type the following:

perl Build.PL
./Build
./Build test
./Build install

Or, if you don't have Module::Build installed, type the following:

perl Makefile.PL
make
make test
make install

Dependencies

PGXN-Meta requires the following modules:

  • perl 5.10.0

Copyright (c) 2011 David E. Wheeler. Some Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

About

Interface to the distribution metadata in a PGXN distribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages