Add ticket number for '.' in @INC fix (RT#121905)
Dagfinn Ilmari Mannsåker [Fri, 26 May 2017 14:57:10 +0000 (15:57 +0100)]
Changes

diff --git a/Changes b/Changes
index 74f7510..82ca4a7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,7 +4,7 @@ Revision history for Perl extension DBIx::Class::Schema::Loader
           (RT#118178)
         - Improve moniker_map and col_accessor_map coderef documentation (GH#7)
         - Improve exclude and constraint documentation (GH#12)
-        - Fix running Makefile.PL without '.' in @INC
+        - Fix running Makefile.PL without '.' in @INC (RT#121905)
 
 0.07046  2016-09-05
         - Introspect view definitions for PostgreSQL, MySQL, Oracle,