1#!/bin/bash
2
3perl -pe '/^=head1 DESCRIPTION/ and print <STDIN>' lib/Unix/Groups.pm >README.pod <<EOF
4=head1 INSTALLATION
5
6 perl Makefile.PL
7 make
8 make test
9 make install
10
11EOF
12
13perldoc -tU README.pod >README
14rm README.pod