mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-03 07:31:48 +02:00
1.727
This commit is contained in:
parent
3eaac56812
commit
137242e609
114 changed files with 10852 additions and 8980 deletions
16
W/learn/perlcritic_ProhibitInterpolationOfLiterals
Executable file
16
W/learn/perlcritic_ProhibitInterpolationOfLiterals
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
# $Id: perlcritic_ProhibitInterpolationOfLiterals,v 1.3 2016/06/15 22:18:23 gilles Exp gilles $
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = q$Revision: 1.3 $;
|
||||
|
||||
if ( "\1foo" eq '\1foo' ) {
|
||||
print "equal\n";
|
||||
}
|
||||
else {
|
||||
print "not equal\n";
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue