Can dist_version_from be evaluated at './Build dist' time?

2008-06-23 Thread Andreas J. Koenig
Is this the intended behaviour? (1) perl Build.PL # contains dist_version_from => 'lib/.../Foo.pm' # and VERSION is 0.0.2 (2) ./Build dist # builds the distro for 0.0.2 (3) edit lib/.../Foo.pm # development continues and Foo reaches 0.0.3 (4) ./

Re: Can dist_version_from be evaluated at './Build dist' time?

2008-06-24 Thread Eric Wilhelm
# from Andreas J. Koenig # on Monday 23 June 2008 23:42: >dist_version_from => 'lib/.../Foo.pm' >(2)  ./Build dist          # builds the distro for 0.0.2 >(3)  edit lib/.../Foo.pm > # development continues and Foo reaches 0.0.3 >(4)  ./Build dist          # again builds the distro for 0.0.2 >