From b970e5c22fb9e6d764cccadc200894aeda40ea14 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 20 May 2011 16:12:02 +0200 Subject: App/Raps2: make_path takes multiple arguments --- lib/App/Raps2.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/App/Raps2.pm b/lib/App/Raps2.pm index 4a204aa..531e629 100644 --- a/lib/App/Raps2.pm +++ b/lib/App/Raps2.pm @@ -46,8 +46,7 @@ sub file_to_hash { sub sanity_check { my ($self) = @_; - make_path( $self->{xdg_conf} ); - make_path( $self->{xdg_data} ); + make_path( $self->{xdg_conf}, $self->{xdg_data} ); if ( not -e $self->{xdg_conf} . '/password' ) { $self->create_config(); -- cgit v1.2.3