Skip to content

migrate to Minilla#12

Merged
typester merged 1 commit intotypester:masterfrom
skaji:minil
Aug 2, 2018
Merged

migrate to Minilla#12
typester merged 1 commit intotypester:masterfrom
skaji:minil

Conversation

@skaji
Copy link
Contributor

@skaji skaji commented Jun 27, 2018

Use of Module::Install for new distributions is discouraged by its maintainers.
https://metacpan.org/pod/Module::Install#WARNING

So why don't you migrate to Minilla?
I hope this change makes Data-MessagePack-Stream more maintainable.

Note:

my $archive = catfile("msgpack-1.4.2", "src", ".libs", "libmsgpackc.a");
if (!$self->up_to_date($archive, $spec->{lib_file})) {
$self->_build_msgpack or die;
push @{$self->{properties}{objects}}, $archive; # XXX
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this is good, but it works :)

sub _build_msgpack {
my $self = shift;

$self->_set_mtime;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should restore original mtime in msgpack-1.4.2.tar.gz; otherwise end-users might be asked for having automake tools.

@skaji
Copy link
Contributor Author

skaji commented Jul 11, 2018

@typester I guess syohex is busy. I would appreciate it if you review this PR too.

@skaji
Copy link
Contributor Author

skaji commented Jul 24, 2018

ping?

@typester typester merged commit 4c7af75 into typester:master Aug 2, 2018
@skaji
Copy link
Contributor Author

skaji commented Aug 2, 2018

@typester Thank you for merging this!

FYI: Minilla will take care of almost all releasing stuff (e.g., bump version, rewrite Changes file).
So in order to release Data-MessagePack-Stream, all you have to do is just typing minil release.

@typester
Copy link
Owner

typester commented Aug 3, 2018

Yeah, I know minil release stuff though, I use docker environment for releasing perl modules now, so it is a bit difficult.

It is not impossible at all but needs complicated docker command-line (or to create my own image) that I can't remember :'(

@skaji
Copy link
Contributor Author

skaji commented Aug 3, 2018

Fair enough!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants