Initial Commit
This commit is contained in:
7
database/perl/vendor/lib/auto/share/dist/File-ShareDir/sample.txt
vendored
Normal file
7
database/perl/vendor/lib/auto/share/dist/File-ShareDir/sample.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
This is a sample shared file.
|
||||
|
||||
You should be able to locate it using the following
|
||||
|
||||
use File::ShareDir ();
|
||||
|
||||
module_file('File::ShareDir', 'sample.txt');
|
||||
7
database/perl/vendor/lib/auto/share/dist/File-ShareDir/subdir/sample.txt
vendored
Normal file
7
database/perl/vendor/lib/auto/share/dist/File-ShareDir/subdir/sample.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
This is a sample shared file.
|
||||
|
||||
You should be able to locate it using the following
|
||||
|
||||
use File::ShareDir ();
|
||||
|
||||
module_file('File::ShareDir', 'subdir/sample.txt');
|
||||
Reference in New Issue
Block a user