#!/usr/bin/env perl

use strict;
use warnings;

__ "Foo";
FOO "Bar";

1;
