Hello,

Is it possible to have

2.2.1beta1 VERSION, for a perl module?

Kartik Thakore

On 2010-08-04, at 2:21 PM, Guillaume Cottenceau <gcott...@gmail.com> wrote:

On Wed, Aug 4, 2010 at 7:08 PM, Kartik Thakore <thakore.kar...@gmail.com > wrote:
I dont think you can have that version.

What if you did '2.2.1_2' that means a development version.

Sorry, I would really like to say yes, but I've done quite some
packaging work for Mandriva, and honestly this doesn't look like dev
version (it looks awkward actually),

We can ask perl module devel mailing list for help?

If that would help why not :)


Kartik Thakore

On 2010-08-04, at 12:40 PM, Guillaume Cottenceau <gcott...@gmail.com> wrote:

I of course do.

[...@meuh /tmp/fb/frozen-bubble] git diff lib/Games/FrozenBubble.pm
diff --git a/lib/Games/FrozenBubble.pm b/lib/Games/FrozenBubble.pm
index b494f36..4bd46e7 100644
--- a/lib/Games/FrozenBubble.pm
+++ b/lib/Games/FrozenBubble.pm
@@ -1,6 +1,6 @@
package Games::FrozenBubble;

-our $VERSION = '2.2.1';
+our $VERSION = '2.2.1beta1';

1;

[...@meuh /tmp/fb/frozen-bubble] ./Build clean ; perl Build.PL &&
./Build && sudo ./Build install
Cleaning up build files
[Alien::SDL] Testing header(s): iconv.h
[Alien::SDL] Testing header(s): math.h
[Alien::SDL] Testing header(s): SDL.h
[Alien::SDL] Testing header(s): SDL_mixer.h
Creating new 'MYMETA.yml' with configuration results
Can't find dist packages without a MANIFEST file
Run 'Build manifest' to generate one

WARNING: Possible missing or corrupt 'MANIFEST' file.
Nothing to enter for 'provides' field in metafile.
Creating new 'Build' script for 'Games-FrozenBubble' version 'v2.2.1'



On Wed, Aug 4, 2010 at 6:38 PM, Kartik Thakore <thakore.kar...@gmail.com >
wrote:

ReRun

perl Build.PL


Kartik Thakore

On 2010-08-04, at 11:18 AM, Guillaume Cottenceau <gcott...@gmail.com >
wrote:

On Wed, Aug 4, 2010 at 1:58 PM, Kartik Thakore
<thakore.kar...@gmail.com>
wrote:

No go ahead and change that. I made a new branch for CPAN.

I'm not able to set the version in your new build system. When I do that
change

--- a/lib/Games/FrozenBubble.pm
+++ b/lib/Games/FrozenBubble.pm
@@ -1,6 +1,6 @@
package Games::FrozenBubble;

-our $VERSION = '2.2.1';
+our $VERSION = '2.2.1beta1';

1;


the build script still says:

Creating new 'Build' script for 'Games-FrozenBubble' version 'v2.2.1'

additionally, the build breaks server/fb-server.c; e.g. it replaces
the C string concatenation of VERSION (before your breakage of
e6f581b438c163ce1d9edd932b07dc3caba24987) to the actual version



On Wed, Aug 4, 2010 at 4:35 AM, Guillaume Cottenceau
<gcott...@gmail.com>
wrote:

On Wed, Aug 4, 2010 at 10:19 AM, Guillaume Cottenceau
<gcott...@gmail.com> wrote:

On Tue, Aug 3, 2010 at 8:04 PM, Kartik Thakore
<thakore.kar...@gmail.com> wrote:

The code is ready for you in Github.

it seems that this fixes the version issue but the other questions in

actually, it doesn't fully: it fixes the 2.210 => 2.2.1 issue but it doesn't additionally mark the beta status in the version (e.g. for
example 2.2.1beta1). any problem with that?

--
Guillaume Cottenceau - http://zarb.org/~gc/





--
Guillaume Cottenceau - http://zarb.org/~gc/




--
Guillaume Cottenceau - http://zarb.org/~gc/




--
Guillaume Cottenceau - http://zarb.org/~gc/

Reply via email to