Added getDir.
This commit is contained in:
parent
0daf7184e1
commit
e38f298e40
8
lib/Peertube/DL.pm
Normal file
8
lib/Peertube/DL.pm
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package Peertube::DL;
|
||||||
|
|
||||||
|
use File::Basename;
|
||||||
|
|
||||||
|
sub getDir {
|
||||||
|
dirname(dirname(__FILE__));
|
||||||
|
}
|
||||||
|
1;
|
Loading…
Reference in New Issue
Block a user