Acme-BadFont

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Cope with a bad font in your editor",
   "author" : [
      "haarg - Graham Knop (cpan:HAARG) <haarg@haarg.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'Cope with a bad font in your editor'
author:
  - 'haarg - Graham Knop (cpan:HAARG) <haarg@haarg.org>'
build_requires:
  Test::More: '0.88'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:

README  view on Meta::CPAN

NAME
    Acme::BadFont - Cope with a bad font in your editor

SYNOPSIS
      use warnings;
      use Acme::BadFont;

      my $f = "1OO";
      print $f + 1, "\n";   # 101
      my $d = "I.S";
      print $d * 2, "\n";   # 3

DESCRIPTION
    If the font in your editor is bad, this module will help by fixing the
    numbers in your strings.

AUTHOR
    haarg - Graham Knop (cpan:HAARG) <haarg@haarg.org>

  CONTRIBUTORS
    None so far.

COPYRIGHT
    Copyright (c) 2017 the Acme::BadFont "AUTHOR" and "CONTRIBUTORS" as

lib/Acme/BadFont.pm  view on Meta::CPAN


sub unimport {
  overload::remove_constant('q');
}

1;
__END__

=head1 NAME

Acme::BadFont - Cope with a bad font in your editor

=head1 SYNOPSIS

  use warnings;
  use Acme::BadFont;

  my $f = "1OO";
  print $f + 1, "\n";   # 101
  my $d = "I.S";
  print $d * 2, "\n";   # 3

=head1 DESCRIPTION

If the font in your editor is bad, this module will help by fixing the numbers
in your strings.

=head1 AUTHOR

haarg - Graham Knop (cpan:HAARG) <haarg@haarg.org>

=head2 CONTRIBUTORS

None so far.



( run in 0.406 second using v1.01-cache-2.11-cpan-de7293f3b23 )