Release history for Module-Metadata
+ - Change wording about safety/security to satisfy CVE-2013-1437
+
1.000014 - 2014-05-09
- Remove "now installs to 'site' for perl 5.12+" from last version
=head1 DESCRIPTION
-This module provides a standard way to gather metadata about a .pm file
-without executing unsafe code.
+This module provides a standard way to gather metadata about a .pm file through
+(mostly) static analysis and (some) code execution. When determining the
+version of a module, the C<$VERSION> assignment is C<eval>ed, as is traditional
+in the CPAN toolchain.
=head1 USAGE