]> git.uio.no Git - usit-rt.git/blobdiff - lib/RT/DependencyWalker.pm
Upgrade to 4.2.2
[usit-rt.git] / lib / RT / DependencyWalker.pm
index a1890e13a3486d06ac5965765c439708835bf499..97f7ce29b3eb3f136f2ebf763825b8c91102352e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # COPYRIGHT:
 #
-# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
 #                                          <sales@bestpractical.com>
 #
 # (Except where explicitly superseded by other copyright notices)
@@ -51,7 +51,7 @@ package RT::DependencyWalker;
 use strict;
 use warnings;
 
-use RT::DependencyWalker::Dependencies;
+use RT::DependencyWalker::FindDependencies;
 use Carp;
 
 sub new {