mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Only recognise Pod for .pod files (#3863)
We uncomplicate matters by removing ".pod" from the Perl definition entirely.
This commit is contained in:
10
samples/Pod/Sample.pod
Normal file
10
samples/Pod/Sample.pod
Normal file
@@ -0,0 +1,10 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
package DZT::Sample;
|
||||
|
||||
sub return_arrayref_of_values_passed {
|
||||
my $invocant = shift;
|
||||
return \@_;
|
||||
}
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user