The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Pod-Elemental-MakeSelector version 0.02, released July 20, 2012


This module provides an alternative to Pod::Elemental::Selectors.  It
allows more complex criteria to be expressed by a single selector,
including criteria that Pod::Elemental::Selectors doesn't currently
handle.



INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install



DEPENDENCIES

  Package         Minimum Version
  --------------- ---------------
  perl             5.10.1
  Carp             
  Pod::Elemental   0.102360
  Sub::Exporter



CHANGES
    Here's what's new in version 0.02 of Pod-Elemental-MakeSelector:
    (See the file "Changes" for the full revision history.)

	- Require Perl 5.10.1, as 5.10.0 doesn't support matching
	  against an arrayref of regexes
	- List Pod::Elemental as a dependency, even though we don't
	  use it directly



COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Christopher J. Madsen.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.