From da1889656e6b3914582e729c7cf32f2b4b1984e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Thu, 24 May 2007 16:00:50 +0000 Subject: [PATCH] r5024@merlin: jquelin | 2007-05-24 17:55:12 +0200 v0.1.0 --- Changes | 3 ++- META.yml | 7 +++---- lib/Inline/Befunge.pm | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 6562a5a..c45c0b1 100644 --- a/Changes +++ b/Changes @@ -10,8 +10,9 @@ High-level changelog Low-level changelog =================== -0.1.0 Thu May 24 16:48:53 CEST 2007 +0.1.0 Thu May 24 17:54:53 CEST 2007 - changed license to gpl + - fixed bug (hopefully) that made the tests to fail - fixed bug in Makefile.PL missing prereq - using standard lib/ layout - change versioning to x.y.z diff --git a/META.yml b/META.yml index 8e09d58..c0b87be 100644 --- a/META.yml +++ b/META.yml @@ -1,8 +1,7 @@ --- name: Inline-Befunge -version: 0.04 -author: - - 'Jerome Quelin, Ejquelin@cpan.orgE' +version: 0.1.0 +author: [] abstract: write Perl subs in Befunge license: gpl resources: @@ -13,7 +12,7 @@ requires: provides: Inline::Befunge: file: lib/Inline/Befunge.pm - version: 0.04 + version: 0.1.0 generated_by: Module::Build version 0.2806 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.2.html diff --git a/lib/Inline/Befunge.pm b/lib/Inline/Befunge.pm index 593d417..6f28a80 100644 --- a/lib/Inline/Befunge.pm +++ b/lib/Inline/Befunge.pm @@ -28,7 +28,7 @@ use Carp; use Language::Befunge; require Inline; # use Inline forbidden. our @ISA = qw! Inline !; # not "use base" (use will take precedence over require) -our $VERSION = '0.04'; +our $VERSION = '0.1.0'; sub register { -- 2.11.4.GIT