Revision history for Perl extension Locale::Nationality::en.

1.03  2014-11-25T08:37:00
	- Fix quoting of country names which split names with internal spaces.
		See RT#109597. Many thanx to Nicolas Mendonza for the report.
	- Add github repo https://github.com/ronsavage/Locale-Nationality-en.
	- Remove Build.PL.
	- Move t/pod.t to xt/author/.
	- Switch from Test::More to Test::Stream.
	- Add .gitignore to MANIFEST.SKIP.
	- Update docs.

1.02  2014-08-08T13:51:00
	- Rename CHANGES to Changes, as per CPAN::Changes::Spec.
	- Fix typo in t/test.t which produced test errors and hence fails.
	- Replace /usr/bin/perl with /usr/bin/env perl.
	- Replace common::sense with use strict and use warnings, to get uninit var warnings.

1.01  2010-12-05T10:24:00
	- Set required version of Test::Pod to 1.44 so L<text|url> is acceptable.
		Thanx to CPAN testers.
	- Set required version of Test::More to 0.96.

1.00  2010-04-25T17:51:00
	- Original version