From 17da2ce6b468d07a65c86015a8f7a1f7ec593970 Mon Sep 17 00:00:00 2001 From: stevenpritchard Date: Fri, 24 Mar 2006 16:20:04 +0000 Subject: [PATCH] Sort module list in Build.PL. The version number is *1*.whatever, not 0. Update for 1.63 release. --- Build.PL | 2 +- Changes | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Build.PL b/Build.PL index 61e68e7..39a243b 100644 --- a/Build.PL +++ b/Build.PL @@ -18,10 +18,10 @@ my $builder = Module::Build->new( 'Module::CoreList' => 0, 'POSIX' => 0, 'Parse::CPAN::Packages' => 0, + 'Pod::Simple::TextContent' => 0, 'Pod::Usage' => 0, 'Text::Autoformat' => 0, 'YAML' => 0, - 'Pod::Simple::TextContent' => 0, }, script_files => [ 'cpanspec', diff --git a/Changes b/Changes index 7377f3e..01d1184 100644 --- a/Changes +++ b/Changes @@ -1,13 +1,13 @@ -0.63 +1.63 2006-03-24 * Look in $name.pod for %description and Summary also. * Avoid useless "Summary: SYNOPSIS". -0.62 2006-03-22 +1.62 2006-03-22 * Improve auto-detection of %description and Summary. -0.61 2006-03-11 +1.61 2006-03-11 * Add this file. * Add some command-line options: