root/lang/perl/WWW-YourFileHost/tags/release-0.02/README

Revision 10324, 1.1 kB (checked in by yusukebe, 7 months ago)

Checking in changes prior to tagging of version 0.02. Changelog diff is:

Index: Changes
===================================================================
--- Changes (リビジョン 10289)
+++ Changes (作業コピー)
@@ -1,5 +1,7 @@

Revision history for WWW-YourFileHost?


+0.02 Wed Dec 12 22:33:21 2007
+ Fixed Makefile.PL

0.01 Wed Dec 12 22:33:21 2007

Initial release.


Line 
1WWW-YourFileHost version 0.0.2
2
3[ REPLACE THIS...
4
5  The README is used to introduce the module and provide instructions on
6  how to install the module, any machine dependencies it may have (for
7  example C compilers and installed libraries) and any other information
8  that should be understood before the module is installed.
9
10  A README file is required for CPAN modules since CPAN extracts the
11  README file from a module distribution so that people browsing the
12  archive can use it get an idea of the modules uses. It is usually a
13  good idea to provide version information here so that people can
14  decide whether fixes for the module are worth downloading.
15]
16
17
18INSTALLATION
19
20To install this module, run the following commands:
21
22        perl Makefile.PL
23        make
24        make test
25        make install
26
27Alternatively, to install with Module::Build, you can use the following commands:
28
29        perl Build.PL
30        ./Build
31        ./Build test
32        ./Build install
33
34
35DEPENDENCIES
36
37None.
38
39
40COPYRIGHT AND LICENCE
41
42Copyright (C) 2007, Yusuke Wada
43
44This library is free software; you can redistribute it and/or modify
45it under the same terms as Perl itself.
Note: See TracBrowser for help on using the browser.