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:
@@ -1,10 +0,0 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
package DZT::Sample;
|
||||
|
||||
sub return_arrayref_of_values_passed {
|
||||
my $invocant = shift;
|
||||
return \@_;
|
||||
}
|
||||
|
||||
1;
|
||||
2074
samples/Perl/feedgnuplot
Normal file
2074
samples/Perl/feedgnuplot
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user