Markdown-Render

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

Sat Apr 11 08:12:02 2026  Rob Lauer  <rclauer@gmail.com>

	[2.0.4]:
	* cpan/Makefile
	- do not clean requires, provides
	- -D requires
	* cpan/requires
	- added to repo
	- +Net::SSLeasy, IO::Socket::SSL
	* cpan/provides: added to repo
	* cpan/extra: added to repo
	* t/00-markdown.t: added to repo
	* t/files/README.md.in: added to repo
	* release-notes-2.0.4.md: new
	* VERSION: bump
	* release-notes.mk: new
	* Makefile: add
	* .gitignore: *.html, *.diffs, *.lst
	* README.md: generated

META.json  view on Meta::CPAN

         }
      },
      "runtime" : {
         "requires" : {
            "CLI::Simple" : "v1.0.11",
            "CLI::Simple::Constants" : "v1.0.11",
            "Class::Accessor::Fast" : "0.51",
            "Config::Tiny" : "2.30",
            "Date::Format" : "2.24",
            "IO::Scalar" : "2.113",
            "IO::Socket::SSL" : "0",
            "JSON" : "4.10",
            "Net::SSLeay" : "0",
            "Readonly" : "2.05",
            "perl" : "5.016"
         }
      },
      "test" : {
         "requires" : {}
      }
   },

META.yml  view on Meta::CPAN

  Markdown::Render:
    file: lib/Markdown/Render.pm
    version: v2.0.4
requires:
  CLI::Simple: v1.0.11
  CLI::Simple::Constants: v1.0.11
  Class::Accessor::Fast: '0.51'
  Config::Tiny: '2.30'
  Date::Format: '2.24'
  IO::Scalar: '2.113'
  IO::Socket::SSL: '0'
  JSON: '4.10'
  Net::SSLeay: '0'
  Readonly: '2.05'
  perl: '5.016'
version: v2.0.4
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Makefile.PL  view on Meta::CPAN

  PL_FILES         => {},
  EXE_FILES        => ['bin/md-utils.pl'],
  MAN1PODS         => { 'bin/md-utils.pl' => 'blib/man1/md-utils.1' },
  PREREQ_PM        => {
    'CLI::Simple'            => '1.0.11',
    'CLI::Simple::Constants' => '1.0.11',
    'Class::Accessor::Fast'  => '0.51',
    'Config::Tiny'           => '2.30',
    'Date::Format'           => '2.24',
    'IO::Scalar'             => '2.113',
    'IO::Socket::SSL'        => '0',
    'JSON'                   => '4.10',
    'Net::SSLeay'            => '0',
    'Readonly'               => '2.05'
  },
  BUILD_REQUIRES => {
    'ExtUtils::MakeMaker'     => '6.64',
    'File::ShareDir::Install' => 0,
  },
  CONFIGURE_REQUIRES => {
    'ExtUtils::MakeMaker'     => '6.64',

README.md  view on Meta::CPAN

too.

| Module                   | Version |
|--------------------------|---------|
| `CLI::Simple             | 1.0.11 |
| `Class::Accessor::Fast`  | 0.51  |
| `Config::Tiny`           | 2.30  |
| `Date::Format`           | 2.24  |
| `HTTP::Request`          | 6.00  |
| `IO::Scalar`             | 2.113 |
| `IO::Socket::SSL`        | |
| `JSON`                   | 4.03  |
| `HTTP::Tiny`             | 6.36  |
| `Net::SSLeay`            | |
| `Readonly`               | 2.05  |

## Building and Deploying

The build will now create a CPAN distribution.

```

README.md.in  view on Meta::CPAN

too.

| Module                   | Version |
|--------------------------|---------|
| `CLI::Simple             | 1.0.11 |
| `Class::Accessor::Fast`  | 0.51  |
| `Config::Tiny`           | 2.30  |
| `Date::Format`           | 2.24  |
| `HTTP::Request`          | 6.00  |
| `IO::Scalar`             | 2.113 |
| `IO::Socket::SSL`        | |
| `JSON`                   | 4.03  |
| `HTTP::Tiny`             | 6.36  |
| `Net::SSLeay`            | |
| `Readonly`               | 2.05  |

## Building and Deploying

The build will now create a CPAN distribution.

```



( run in 0.831 second using v1.01-cache-2.11-cpan-6aa56a78535 )