File: sample.txt

package info (click to toggle)
libfile-sharedir-perl 1.118-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 216 kB
  • sloc: perl: 949; makefile: 8
file content (7 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
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');