Acme-Note

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Make a mental note for programming style",
   "author" : [
      "Adriano R. Ferreira <ferreira@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'Make a mental note for programming style'
author:
  - 'Adriano R. Ferreira <ferreira@cpan.org>'
build_requires:
  ExtUtils::MakeMaker: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001'
license: perl
meta-spec:

README  view on Meta::CPAN

NAME
    Acme::Note - Make a mental note for programming style

SYNOPSIS
      use Acme::Note;
      # and then your honorable Perl script

    Or at command line

      perl -MAcme::Note script.pl
      perl -MAcme::Note=:colour script.pl

lib/Acme/Note.pod  view on Meta::CPAN

=head1 NAME

Acme::Note - Make a mental note for programming style

=head1 SYNOPSIS

  use Acme::Note;
  # and then your honorable Perl script

Or at command line

  perl -MAcme::Note script.pl
  perl -MAcme::Note=:colour script.pl



( run in 0.753 second using v1.01-cache-2.11-cpan-26ccb49234f )