Skip to content

Commit

Permalink
Fix boilerplate.t test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Dees committed Feb 24, 2011
1 parent 7ba1b10 commit e588ab0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
Revision history for cPanel-PublicAPI Revision history for cPanel-PublicAPI


0.01 Date/time 1.0 2/24/2011
First version, released on an unsuspecting world. First version, Implement HTTP querying.


22 changes: 13 additions & 9 deletions README
Original file line number Original file line Diff line number Diff line change
@@ -1,16 +1,20 @@
cPanel-PublicAPI cPanel-PublicAPI


The README is used to introduce the module and provide instructions on cPanel::PublicAPI is a simple interface for accessing cPanel & WHM's APIs.
how to install the module, any machine dependencies it may have (for This module is developed with a "fall back" dependency design, which means that
example C compilers and installed libraries) and any other information if one of several modules is not available, it will fallback on the next.
that should be provided before the module is installed.


A README file is required for CPAN modules since CPAN extracts the README The module that this will fall back on are (in this order):
file from a module distribution so that people browsing the archive
can use it to get an idea of the module's uses. It is usually a good idea
to provide version information here so that people can decide whether
fixes for the module are worth downloading.


JSON::Syck
JSON::XS
JSON
JSON::PP

The required modules for operations are:

Net::SSLeay
URI::Escape


INSTALLATION INSTALLATION


Expand Down

0 comments on commit e588ab0

Please sign in to comment.