diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-04-05 18:06:04 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-05 18:06:04 -0700 |
commit | 58c47a18e6a3cff2fe4032c08f74c922966f3f40 (patch) | |
tree | cc1acb1f7bb17f734cd87429ffa7e5b997216117 /rt/lib | |
parent | ac127e9cc71ed1cfebb159095dd59b3507e54e98 (diff) |
update RTx::Calendar from 0.14 to 0.17 (upstream fix for Digest::SHA1 -> Digest::SHA, remove obsolete Date::ICal dep) RT#16584
Diffstat (limited to 'rt/lib')
-rw-r--r-- | rt/lib/RTx/Calendar.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rt/lib/RTx/Calendar.pm b/rt/lib/RTx/Calendar.pm index e297566f0..be127072c 100644 --- a/rt/lib/RTx/Calendar.pm +++ b/rt/lib/RTx/Calendar.pm @@ -5,7 +5,7 @@ use base qw( Exporter ); use DateTime; use DateTime::Set; -our $VERSION = "0.14"; +our $VERSION = "0.17"; RT->AddStyleSheets('calendar.css') if RT->can('AddStyleSheets'); @@ -154,9 +154,8 @@ number based so that you can give those feeds to other people. If you upgrade from 0.02, see next part before. -You need to install those three modules : +You need to install those two modules : - * Date::ICal * Data::ICal * DateTime::Set |