NAME

    Pod::Simple::Select - Select parts in a file using pod directives

VERSION

    Version 0.002

INSTALLATION

    To install Pod::Simple::Select, cd to the directory that contains this
    file and type the following:

       perl Makefile.PL
       make
       make test
       make install

    On windows use nmake or dmake instead of make.

    To install this module into a specific directory, do: perl Makefile.PL
    PREFIX=/name/of/the/directory ...the rest is the same...

    Please also read the perlmodinstall man page, if available.

DEPENDENCIES

            Data::Dumper    2.16
            Log::Any        1.049
            Test::More      1.001014
            Pod::Simple     3.32
            Tie::File       1.02
            Carp    1.4

