File: sample.txt

package info (click to toggle)
libfile-sharedir-par-perl 0.06-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 1,759; sh: 2; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (4)
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::PAR ();
  
  module_file('File::ShareDir::PAR', 'sample.txt');