From c84862beb59a6d2339382fed6398cdeae65431df Mon Sep 17 00:00:00 2001 From: Gerhard Jungwirth Date: Wed, 19 Jun 2013 19:35:59 +0200 Subject: [PATCH] fix typo/dependencies --- Build.PL | 2 +- share/templates/rewrite/set_list.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.PL b/Build.PL index 6c607d8b0c..6d1b2a20a6 100644 --- a/Build.PL +++ b/Build.PL @@ -46,7 +46,7 @@ my $builder = Local::Module::Build->new( 'Template' => 0, 'warnings' => 0, 'Text::CSV_XS' => 0, - 'DBIx::Class::ResultSet::RecursiveUpdate' => 0.30, + 'DBIx::Class::ResultSet::RecursiveUpdate' => '0.30', #patch to set foreign key instead of relation, install from github until its available on cpan 'Data::Validate::IP' => 0, 'Email::Valid' => 0, diff --git a/share/templates/rewrite/set_list.tt b/share/templates/rewrite/set_list.tt index a84de118fa..d1e84880a3 100644 --- a/share/templates/rewrite/set_list.tt +++ b/share/templates/rewrite/set_list.tt @@ -1,4 +1,4 @@ -[% META title = 'SIP Peering Groups' -%] +[% META title = 'Rewrite Rule Sets' -%] [% helper.name = 'Rewrite Rule Sets'; helper.messages = messages;