summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2014-04-03 14:57:29 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2014-04-03 14:57:29 +0000
commitdfaae12e4d85f7c6821ae4a9fbf7e463d570e7ba (patch)
tree6dcde6413d8dcd3d24b0251080c21c49fa5b81a6 /Changes
downloadDist-CheckConflicts-tarball-master.tar.gz
Dist-CheckConflicts-0.11HEADDist-CheckConflicts-0.11master
Diffstat (limited to 'Changes')
-rw-r--r--Changes39
1 files changed, 39 insertions, 0 deletions
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..dc178d2
--- /dev/null
+++ b/Changes
@@ -0,0 +1,39 @@
+Revision history for Dist-CheckConflicts
+
+0.11 2014-04-03
+ - drop the dep on List::MoreUtils (haarg, #8)
+
+0.10 2013-12-17
+ - we need Module::Runtime 0.009 for module_notional_filename (nnutter,
+ #6)
+
+0.09 2013-07-19
+ - support Perl 5.6.x (Toby Inkster)
+
+0.08 2013-07-09
+ - remove Test::Warnings dep
+
+0.07 2013-07-08
+ - instead of silently ignoring conflicts that do not compile, issue a
+ conflict warning. (RT#75486, Karen Etheridge)
+
+0.06 2013-06-21
+ - make the runtime conflict warnings optional, since i'm not sure how
+ stable of an idea this really is
+ - use Exporter instead of Sub::Exporter
+
+0.05-TRIAL 2011-01-17
+ - require 5.8.1, clean up a few things and add a few more tests
+
+0.04-TRIAL 2011-01-13
+ - fix an issue with certain other perls
+
+0.03-TRIAL 2011-01-13
+ - add runtime conflict warnings
+
+0.02 2011-01-02
+ - ignore 'also' packages that aren't found, and also check for a
+ corresponding ::Conflicts package
+
+0.01 2010-11-21
+ - Initial release