X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=README;fp=README;h=0000000000000000000000000000000000000000;hp=1b0e7ab1b258e262526e26c600707c1ff77d7d96;hb=0ad36cae798f1d0698bfea2130f29707ee2a47e9;hpb=7aa03ec19ba9d88c2c22ab5d678c159bcc18e48f diff --git a/README b/README deleted file mode 100644 index 1b0e7ab..0000000 --- a/README +++ /dev/null @@ -1,40 +0,0 @@ -Gruntmaster-Daemon version 0.001 -================================ - -The README is used to introduce the module and provide instructions on -how to install the module, any machine dependencies it may have (for -example C compilers and installed libraries) and any other information -that should be provided before the module is installed. - -A README file is required for CPAN modules since CPAN extracts the -README file from a module distribution so that people browsing the -archive can use it get an idea of the modules 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. - -INSTALLATION - -To install this module type the following: - - perl Makefile.PL - make - make test - make install - -DEPENDENCIES - -This module requires these other modules and libraries: - - blah blah blah - -COPYRIGHT AND LICENCE - -Put the correct copyright and licence information here. - -Copyright (C) 2013 by Marius Gavrilescu - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.18.1 or, -at your option, any later version of Perl 5 you may have available. - -