source: mp3-find/trunk/mkreadme @ 1

Last change on this file since 1 was 1, checked in by peter, 18 years ago

Initial import

File size: 490 bytes
Line 
1#!/bin/sh
2perl -I./lib -M$1 -e"\$ver = '$1 version ' . $1->VERSION; print qq[\$ver\\n] . '=' x length(\$ver) . qq[\\n]"
3
4PM_FILE=./lib/`echo $1 | sed 's/::/\//g'`.pm
5
6podselect -section 'DESCRIPTION/!.' $PM_FILE | pod2text
7
8echo 'INSTALL'
9echo '    To install this module type the following:'
10echo
11echo '        perl Makefile.PL'
12echo '        make'
13echo '        make test'
14echo '        make install'
15echo
16
17podselect -section 'SYNOPSIS|REQUIRES|COPYRIGHT AND LICENSE' $PM_FILE | pod2text
Note: See TracBrowser for help on using the repository browser.