Pod-Elemental-MakeSelector version 0.10, released May 30, 2015


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.8.0
  Carp             
  Pod::Elemental   0.102360
  Sub::Exporter



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

	- No longer uses the experimental smartmatch operator.
	  Instead, the code generator implements limited smartmatching.
	  This could potentially break your code if you were doing something
	  the new matcher doesn't support.
	- Now compatible with Perl 5.8
	- No functional changes since 0.06 trial release



COPYRIGHT AND LICENSE

This software is copyright (c) 2015 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.