Revision: 463
Author: theory
Date: 2005-09-08 15:56:18 -0400 (Thu, 08 Sep 2005)
Log Message:
-----------
Added SEE ALSO section, after DrMath told me he noticed the module and asked,
"What's JSAN?", and then "What's JSON"?
Modified Paths:
--------------
perl/Module-Build-JSAN/trunk/lib/Module/Build/JSAN.pm
Modified: perl/Module-Build-JSAN/trunk/lib/Module/Build/JSAN.pm
===================================================================
--- perl/Module-Build-JSAN/trunk/lib/Module/Build/JSAN.pm 2005-09-08 17:05:23 UTC (rev 462)
+++ perl/Module-Build-JSAN/trunk/lib/Module/Build/JSAN.pm 2005-09-08 19:56:18 UTC (rev 463)
@@ -322,11 +322,12 @@
=head1 DESCRIPTION
-This is a developer aid for creating JSAN distributions. Please use the example
-given in the SYNOPSIS to create distributions.
+This is a developer aid for creating JSAN distributions. JSAN is the
+"JavaScript Archive Network," a JavaScript library akin to CPAN. Visit
+L<
http://www.openjsan.org/> for details.
-This works nearly identically to L<Module::Build>, so please refer to its
-documentation.
+This module works nearly identically to L<Module::Build>, so please refer to
+its documentation.
=head1 DIFFERENCES
@@ -337,6 +338,7 @@
JSAN uses the JSON format instead of the YAML format as it's legal Javascript
and just plain easier to work with. This means that Module::Build::JSAN will
generate F<META.json> files instead of F<META.yml> files. Do not be alarmed.
+See L<
http://www.json.org/> for more information on JSON.
=item 2 ./Build deps
@@ -393,6 +395,25 @@
=back
+=head1 SEE ALSO
+
+=over
+
+=item L<
http://www.openjsan.org/>
+
+Home of the JavaScript Archive Network.
+
+=item L<
http://www.json.org/>
+
+Home page for JSON, the JavaScript Object Notation, which the format used in
+the F<META.json> file generated by this module.
+
+=item L<
http://justatheory.com/computers/programming/javascript/emulating_namespaces.html>
+
+The description of JavaScript namespaces on which JSAN modules are based.
+
+=back
+
=head1 BUGS
Please send bug reports to <
bug-module...@rt.cpan.org>.