-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathChanges
773 lines (528 loc) · 21.6 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
Revision history for Perl extension Minilla
{{$NEXT}}
v3.1.25 2024-08-11T14:06:16Z
- Add perl 5.40, 5.38 to github action template (kfly8 #334)
v3.1.24 2024-07-25T10:33:18Z
- Add markdown_maker_opts configuration (DabeDotCom #332)
v3.1.23 2023-10-07T10:26:39Z
- Add documentation for module_maker option (giftnuss #330)
v3.1.22 2023-07-08T05:48:31Z
- Support package version syntax (#328)
v3.1.21 2023-02-17T14:36:59Z
- Do not set x_authority by default (#326)
- Use actions/checkout@v3 (#327)
v3.1.20 2022-11-13T00:03:40Z
- Fix test failure issue with git 2.38.1 or higher versions
- Improve the way to get git branch name
v3.1.19 2022-06-03T13:38:13Z
- Add perl 5.36 to github actions template (AnaTofuZ #320)
v3.1.18 2022-05-10T20:00:37Z
- Use "prove" in github actions template (#319)
v3.1.17 2022-05-01T23:20:56Z
- Change from Travis to GitHub Actions (kfly8 #318)
v3.1.16 2022-03-13T10:34:43Z
- Update github actions badge url (#317)
v3.1.15 2022-01-31T13:42:40Z
- Use https for github/gitlab urls (#315)
v3.1.14 2022-01-07T14:52:37Z
- Improve deciding default branch(Songmu #313)
- suppress warnings of redundant argument(Songmu #314)
v3.1.13 2022-01-07T09:14:48Z
- Improve inputing new version(Songmu #310)
- Use `release.branch` as default branch for badge URL instead of `master` (Songmu #311)
- Improve checking remote name(Songmu #312)
v3.1.12 2021-03-25T06:13:42Z
- Introduce CheckReleaseBranch step (kfly8 #305)
- Take author name from AUTHOR section even if it appears later (kaz-utashiro #302)
- Add --with-recommends at a second point in the documentation (akarelas #297)
v3.1.11 2020-09-12T11:05:53Z
- Improve 'minil release' error message(#264)
- Improve document(#294)
v3.1.10 2020-03-30T10:53:54Z
- Add gitlab badges (thibaultduponchelle, srchulo #288, #285)
- It is a conventaion that the remote should be named origin (thibaultduponchelle #287)
- Update travis.yml template; now travis xenial environment supports perl 5.14+ (#289)
v3.1.9 2020-01-24T13:59:54Z
- Use '--cleanup=verbatim' option with commit not to erase empty line in diff output (kaz-utashiro #281)
- Fix grammar (anirvan #286)
v3.1.8 2019-11-24T01:42:11Z
- Update travis.yml template; set `dist: trusty` for perl <= 5.20 (#279)
v3.1.7 2019-10-03T11:22:06Z
- Add badge for github actions (karupanerura #274)
v3.1.6 2019-09-03T22:23:16Z
- Support GitLab hosted repositories (jlcooper #271)
v3.1.5 2019-07-25T14:14:10Z
- Older Test::Pause::Permissions may have bugs. we need to depend on the latest version (#258)
- Add perl 5.28, 5.30 to travis.yml (akiym #267)
- Fix the usage of `git submodule foreach` for git 2.22.0 (bluefeet #268, #269)
v3.1.4 2018-12-30T05:46:15Z
- Support travis-ci.com badge (#253)
v3.1.3 2018-10-17T23:08:14Z
- Add kritika badge (vti #255)
- Do not bump versions of files which are listed as no_index (vti #256, #257)
v3.1.2 2018-07-05T15:45:57Z
- Ask Git for the top level, rather than inferring from .git/ (mavit #250)
v3.1.1 2018-06-07T13:37:18Z
- Pass features from cpanfile to optional_features in META.json (mavit #251, #35)
v3.1.0 2018-05-14T23:06:23Z
- Set x_static_install 1 if it is appropriate (#241)
v3.0.18 2018-05-13T13:24:39Z
- Only extract authors from =head1 (Grinnz, jmacdotorg #240, #243)
- Remove temp directories in test (#245)
- Do not count file:// repository as github (#246)
v3.0.17 2018-04-15T14:43:09Z
- Fix permissions test at dev version release (akiym #238)
- Add os_unsupported support (karupanerura #237)
- Set c_source only if it is defined (ppisar #235, #236)
v3.0.16 2018-02-25T17:28:30Z
- Suppress `Wide character` warnings while regenerating README.md (Songmu #234)
v3.0.15 2018-02-20T10:43:04Z
- Add logo to AppVeyor badge (zakame #231)
- Adjust dependency around release testing (Songmu #233)
v3.0.14 2017-12-12T13:17:27Z
- Fix an issue where run_tests.t fails on Windows (sago35 #227)
v3.0.13 2017-06-25T07:08:29Z
- Handle repository rename on AppVeyor badge (zakame #225)
v3.0.12 2017-06-09T19:47:56Z
- Sort x_contributors in META files (#223)
- Add perl 5.24 and 5.26 to travis.yml template (#224)
v3.0.11 2017-05-22T10:22:00Z
- Fix tests for no-dot-in-inc (eserte #220, #221)
- Now Minilla requires perl 5.10.1+ (#222)
v3.0.10 2017-02-20T16:30:43Z
- Set '.' to @INC when using custom builder for newer Perl(#216)
v3.0.9 2017-01-12T04:30:41Z
- Skip some tests if GIT_CONFIG environment variable is set(#213)
v3.0.8 2017-01-05T11:23:47Z
- Allow 'Metadata' section in minil.toml (#209)
- Use shebang '#!perl' so that toolchains rewrite it (#210)
v3.0.7 2016-12-13T13:07:43Z
- Remove @INC optimization. It doesn't work on ubuntu( #205 ).
(reported by kazuho++)
- Show better error message when there's no .pause file.
(reported by kazuho++)
- Added documents about release flow
(suggested by kazuho++)
v3.0.6 2016-11-23T04:08:12Z
- Fix metacpan badge generating wrong URL issue
v3.0.5 2016-11-10T17:19:04Z
- Support Travis private repository badge(#201)
- Support metacpan badge(#202, #203)
v3.0.4 2016-08-01T13:31:03Z
- Support CircleCI badge
v3.0.3 2016-07-27T22:49:54Z
- Update documentation
- Sort keys in Build.PL(#196)
- Fix environment variable issue of test(#195)
v3.0.2 2016-06-03T23:07:05Z
commit 01fc3652ea8a892dc81ced2fe4534024b8d73777
Author: Jörg Forstreuter <[email protected]>
Date: Thu Apr 21 15:26:11 2016 +0200
added requirements from cpan_meta information
so that the generate Build.PL file has the correct information for Module::Build
commit 8924842129238ba3fbc29e68cbecb49807cea1bd
Author: sago35 <[email protected]>
Date: Tue Mar 22 20:33:19 2016 +0900
Delete system() function call
Delete system() function call.
Some operating system don't have 'cat' cmd.
commit da96e230055248870864e8215edd87094bae6433
Author: Syohei YOSHIDA <[email protected]>
Date: Tue Mar 22 12:17:43 2016 +0900
Always use 'git.config'
Both 'git.config' and environment variables are set, then
environment variables are used, this causes test failure.
commit cf64b33421971b62e96f7a3cb03b94c7405beb35
Author: Syohei YOSHIDA <[email protected]>
Date: Tue Feb 16 10:51:55 2016 +0900
Lookup license package with case insensitive
commit 3188e8be17a1bd8c426689a7506b1fe8c8eb27f9
Author: Syohei YOSHIDA <[email protected]>
Date: Tue Feb 16 10:50:48 2016 +0900
Add license case issue test(#184)
commit 06ab1d8027c251c329c74e813d222dfc263a0894
Author: Pine Mizune <[email protected]>
Date: Sun Dec 13 11:48:30 2015 +0000
Add Perl 5.22
v3.0.1 2015-12-09T20:49:36Z
commit 480959a65a4c4df5109dce11e44919316eacf389
Author: Pine Mizune <[email protected]>
Date: Fri Dec 4 02:55:50 2015 +0900
Support to generate appveyor's badge.
v3.0.0 2015-10-30T06:57:20Z
- bump version
v2.4.4 2015-10-27T08:04:27Z
- enable 'sudo: false' by default in .travis.yml
v2.4.3 2015-07-22T00:38:38Z
commit 91919267d95b3ca04bb839842cfe9430a93f04a6
Author: Tokuhiro Matsuno <[email protected]>
Date: Tue Jul 21 20:53:44 2015 +0900
Support 5.6 with EUMM.
commit 4fd3815b3c1259d90f56020c476b2845896dabb1
Author: Tatsuhiko Miyagawa <[email protected]>
Date: Mon Jul 20 18:16:56 2015 -0700
require Module::Build 0.4005.
commit c0f6026ab38813da9b4ddd6a13dd9380e705eb06
Author: Tatsuhiko Miyagawa <[email protected]>
Date: Mon Jul 20 18:13:39 2015 -0700
require EUMM 6.64 and remove fallback
6.64+ supports TEST_REQUIRES, and of course generates and merges MYMETA correctly.
commit e1b0ebca3d2b079176b12c87e74d0a5fac6c79b1
Author: Tatsuhiko Miyagawa <[email protected]>
Date: Mon Jul 20 11:56:56 2015 -0700
Add perl 5.8.1 requirement in the assumption.
This makes Minilla more opinionated, and it is better to state so, rather than implicitly requiring 5.8.1 due to the build tool requirement (i.e. CPAN::Meta)
v2.4.2 2015-07-13T02:55:57Z
- Make sure to always use Module::Build::Tiny by default, even when there's no
module_maker preference in minil.toml configuration file (or the configuration
file does not exist at all). Previously, `minil new` generates MBT by default,
but old distributions without the preference was still using Module::Build by
default. This version will switch to ModuleBuildTiny, unless you have a MB
specific options such as `[build]` or `[XSUtil]`. (miyagawa)
- Switch to Module::Build::Tiny in Minilla itself.
v2.4.1 2015-05-02T02:30:20Z
- Depends on latest Module::Metadata.
v2.4.0 2015-04-28T02:15:38Z
commit 28e4c4784f447ebccac651d4c1119ceb25a0f2b2
Author: Tatsuhiko Miyagawa <[email protected]>
Date: Mon Apr 27 09:26:01 2015 -0700
Relax MakeMaker requirement, and also trust MM's MYMETA generation.
Slighly tweaked the way falling back _REQUIRES to PREREQ_PM, so that
it will only revert to PREREQ_PM if MakeMaker is old.
Do not request higher MakeMaker in configure_requires since older MakeMaker
will just install the distribution fine.
Do not set NO_MYMETA since MakeMaker (CPAN::Meta) will preserve what's in
META files when creating MYMETA. Only copy to MYMETA when the feature
is not in MakeMaker.
Only requires what's in 'requires' type, since the default includes
'recommends' and MakeMaker dumps them into _REQUIRES.
v2.3.0 2014-12-07T11:28:37Z
- Fixed repository url was broken, when url contains port number.
(karupanerura++)
- Fixed testing deps
(reported by dotandimet++)
v2.2.1 2014-11-17T02:31:30Z
- On Windows, (stat($file))[2] * ALWAYS * results in octal 0100666 (which means it is
world writeable). World writeable files are always rejected by PAUSE. The solution is to
change a file mode octal 0100666 to octal 000664, such that it is * NOT * world
writeable. This works on Windows, as well as on other systems (Linux, Mac, etc...), because
the filemode 0100666 only occurs on Windows. (If it occurred on Linux, it would be wrong anyway)
(klaus03)
v2.2.0 2014-10-20T01:45:49Z
- Work better with github urls(lestrrat)
v2.1.3 2014-10-10T02:33:19Z
- Minilla throws exception if you are using PL_files option with ModuleMaker::MBTiny.
It's not compatible with MBTiny.
v2.1.2 2014-10-10T02:13:02Z
- Depended on latest TOML.pm
commit 343eba6a5a0b6980d4341f08a3aa18e80ce968f8
Author: iwata-motonori <[email protected]>
Date: Tue Aug 26 19:22:29 2014 +0900
now correspond to a badge of Gitter
v2.1.1 2014-06-27T00:41:51Z
- Fixed deps.
(reported by nnutter++)
https://github.com/tokuhirom/Minilla/issues/137
v2.1.0 2014-06-24T01:11:14Z
- Added EXPERIMENTAL EUMM support.
v2.0.0 2014-06-23T10:08:59Z
- Do not use CPAN::Meta in Build.PL...
Previous version uses CPAN::Meta in Build.PL.
It breaks really old environment that doesn't supports
configure_requires.
(tokuhirom)
v1.1.0 2014-06-01T02:50:15Z
commit ee9b9f7498c2fc260453cd5701a9009fbb275191
Author: Nathaniel Nutter <[email protected]>
Date: Fri May 30 17:24:09 2014 -0500
allow a line to be annotated with '# No BumpVersion' to skip
commit 3330d6984747b1c9d02b579a56ce2353bbc43548
Author: moznion <[email protected]>
Date: Sat May 17 14:09:26 2014 +0900
Fixed the problem where the default is not set to MBT
v1.0.0 2014-05-12T04:47:31Z
- Default module builder is now Module::Builder::Tiny.
(tokuhirom)
v0.15.2 2014-05-02T01:28:42Z
- Updaated prereqs
v0.15.1 2014-05-01T07:38:30Z
- Run the xt/*.t with Module::Build::Tiny.
(moznion)
v0.15.0 2014-05-01T03:51:37Z
- Added experimental Module::Build::Tiny support.
(tokuhirom)
v0.14.1 2014-04-08T03:12:02Z
- Fix case that there is no '.pause'.
(syohex, gcs)
v0.14.0 2014-04-07T21:15:35Z
- Generate 'authority' section in minil.toml by default.
(tokuhirom)
- Support Test::PAUSE::Permissions.
(tokuhirom)
- Update requirement 'Software::License'
(syohex)
v0.13.0 2014-03-26T03:06:36Z
- Switch to Perl::MinimumVersion::Fast
v0.12.0 2014-03-16T03:25:25Z
commit 0e929d2a63cee1ab9778f676744602978baab524
Author: moznion <[email protected]>
Date: Sun Mar 16 00:55:13 2014 +0900
Add release hook feature
commit dc3da3cc010a7453ecdc0afafd245db6cd8df306
Author: Graham Knop <[email protected]>
Date: Sat Mar 8 16:37:48 2014 -0500
decode contributor names
commit 5516ab9c07441dedde25fc5ce81cee01edcc2c89
Author: Kenichi Ishigaki <[email protected]>
Date: Thu Feb 27 16:54:10 2014 +0900
chmod has a portability issue under Win32 (see perlport)
v0.11.1 2014-02-27T03:20:09Z
- Add Debian standard inc
(syohex, helmut)
- allow_pureperl requires Module::Build 0.4005. http://blog.64p.org/entry/2013/04/27/091019
(kazeburo)
- Save file mode when creating a dist tarball
(Jiro Nishiguchi)
- Update bash/zsh completions
(syohex)
v0.11.0 2013-11-27T00:17:41Z
- Support `-y` option for clean command
(moznion)
- Release::UploadToCPAN: Do not abort if user doesn't provide input char.
(Suggested by gfx++)
v0.10.0 2013-11-25T13:26:03Z
- ReleaseTest.MinimumVersion for skipping Test::MinimumVersion test.
(Suggested by gfx)
v0.9.1 2013-11-25T07:55:49Z
- Fixed logic in `minil test`.
(tokuhirom)
- Inject the badges line in minil.toml skelton.
(tokuhirom)
- Update bash/zsh completion
(Syohei YOSHIDA)
- Display upload url when prompting for upload if `upload_uri` is specified in `pause_config`
(Songmu)
v0.9.0 2013-11-13T11:07:20Z
- Added release.do_not_upload_to_cpan
(tokuhirom)
v0.8.4 2013-11-11T06:59:28Z
- Add 5.18 to default .travis.yml
(tagomoris)
v0.8.3 2013-11-05T02:59:38Z
[BUG FIX]
- Fixed `minil release --no-test`.
The flag does not affected on older version.
(hirobanex)
[DOCUMENTATION]
- Delete note that upload uri is unofficiall.
Added notes about OrePAN2::Server.
(hirobanex)
v0.8.2 2013-11-03T10:30:11Z
- Added exmperimental support for tap_harness_args.
(tokuhirom)
v0.8.1 2013-10-28T04:45:46Z
- git init before migrating if necessary
(charsbar)
- do not test twice on installation by default.
(charsbar)
- ignore /Build.bat (generated when you run "perl Build.PL" on Win32)
(charsbar)
v0.8.0 2013-10-15T04:48:11Z
- Supports git-submodule
(ysasaki)
- Regenerate Build.PL after
(Shoichi Kaji)
v0.7.5 2013-10-09T04:05:16Z
- Do not bump up version in share/ directory.
(tokuhirom)
v0.7.4 2013-10-07T00:41:07Z
- Added 'builder' directory as default no_index.
(tokuhirom)
v0.7.3 2013-10-05T00:32:34Z
- Fixed a problem when you specify a path string in XSUtil section
(hideo55)
- Pod tweaks
(dayflower)
v0.7.2 2013-09-30T07:38:09Z
- release again.
v0.7.1 2013-09-30T07:30:08Z
- Added tag_format option.
(Suggested by tagomoris++)
v0.7.0 2013-09-26T05:07:27Z
- Support Module::Build::XSUtil
(hideo55)
- Support 'badges' attribute for showing travis badges!
(moznion)
v0.6.8 2013-09-22T10:28:05Z
- Better license support in minil.toml.
(tokuhirom)
v0.6.7 2013-09-19T04:16:29Z
- license field in prulal field.
(pointed by leont)
v0.6.6 2013-09-17T02:47:55Z
- Fixed dependencies
(keita.iseki)
- Documented about .mailmap
(tokuhirom)
- skip -x test that has a portability issue on win32 (see perlport; chmod has an issue as well)
(Kenichi Ishigaki)
v0.6.5 2013-09-01T23:35:54Z
- Fixed deps
v0.6.4 2013-08-21T08:06:10Z
- Addex x_authority support
(tokuhirom)
v0.6.3 2013-08-20T04:27:22Z
- version::is_strict is too strict for me. Use version::is_lax instead.
v0.6.2 2013-08-16T00:48:07Z
- Generate stop words list by Dumper.
(reported by gfx++)
v0.6.1 2013-08-15T06:14:53Z
- Support PL_files
(tokuhirom)
v0.6.0 2013-08-14T05:49:51Z
- Added version number validation while release process.
(tokuhirom)
- Add a minil run command
(lestrrat)
- Added check git exist on exec some cli commands.
(gashev)
v0.5.6 2013-07-07T02:36:17Z
- Show error message when Minilla can't get version number.
(tokuhirom)
v0.5.5 2013-07-03T07:28:22Z
- Fix the problem about not including the author name in stop words.
(moznion)
- Added new `c_source` configuration option.
(tokuhirom)
v0.5.3 2013-06-12T02:42:17Z
- Set 'release_status' key in META.json as 'unstable' if the version number contains '_' character.
https://github.com/tokuhirom/Minilla/issues/61#issuecomment-19238382
(Reported by mlawren++)
v0.5.2 2013-06-11T08:52:49Z
- Set RELEASE_TESTING, AUTHOR_TESTING, AUTOMATED_TESTING after verified prereqs.
(Reported by aloelight++)
v0.5.1 2013-06-11T08:05:45Z
- Note about FAKE_RELEASE in CLI::Release's document.
(tokuhirom)
v0.5.0 2013-06-09T09:26:56Z
- Add 'pause_config' to release to an alternate PAUSE server.
(GeJ)
v0.4.9 2013-06-08T04:58:01Z
- s/allow_pure_perl/allow_pureperl/!
allow_pure_perl is just a typo... orz.
This option is introduced in v0.4.0.
(tokuhirom)
v0.4.8 2013-06-08T01:25:45Z
- Win32 Portability fix for testing code.
(tokuhirom)
v0.4.7 2013-06-04T21:44:45Z
- Set PERL_CPANM_HOME for cpanm-reporter in test case.
Ref https://github.com/garu/App-cpanminus-reporter/issues/3
(tokuhirom)
v0.4.6 2013-06-01T05:35:12Z
- Remove xt/spelling.t while migrating
v0.4.5 2013-05-29T20:14:47Z
- fixed a bug that empty file couldn't be included to dist archive.
(ryochin)
- Fixed testing failure
(tokuhirom)
v0.4.4 2013-05-24T04:38:41Z
- Depended on latest Pod::Readme
(reported by mlawren++)
- Force name delimiter to be single hyphen.
(moznion++)
v0.4.3 2013-05-17T07:06:16Z
- Depended on Getopt::Long 2.36 for GetOptionsFromArray
(tokuhirom)
- Fixed "Use of uninitialized value $name in substitution (s///) at lib/Minilla/Metadata.pm line 55." error.
(lestrrat++)
- Ignore directories start with a dot if include_dotfiles is false
For compatible with Dist::Milla.
(songmu++)
- docs for FileGatherer
(songmu++)
v0.4.2 2013-05-07T10:41:39Z
- Removed dependency on Path::Tiny
v0.4.1 2013-05-07T09:06:46Z
- Module::Build keeps -Ixxx arguments in running `./Build`.
Do not make rel2abs '.'. In executing `perl Build.PL`
(tokuhirom)
- Cleanup code around `minil build`. Clean and saner code.
Older implementation creates work dir in '.build/XXXXX/' and copy it.
New implementation creates work dir in 'Module-Name-X.XX/' directly.
(tokuhirom)
v0.4.0 2013-05-07T05:09:19Z
- documented build.build_class
(Fuji, Goro)
- Use `cpanm --notest` when using `minil --no-test install`
(reported by xaicron++)
- Support script_files in minil.toml
(xaicron)
- Added allow_pure_perl option.
(tokuhirom)
v0.3.2 2013-05-03T01:09:37Z
- Do not run test case when cpanm command is not available
(tokuhirom)
- Add newline same as other error messages
(Syohei YOSHIDA)
v0.3.1 2013-05-02T07:38:53Z
- Regenerate Build.PL/README.md before release, automatically
(tokuhirom)
- Deny Foo::Bar style name in minil.toml.
(tokuhirom)
v0.3.0 2013-05-02T00:42:00Z
- Support MANIFEST.SKIP
(Suggested by Tatsuhiko Miyagawa)
v0.2.0 2013-04-30T02:21:41Z
- add [no_index] feature for minil.toml
(Masayuki Matsuki)
v0.1.0 2013-04-27T14:51:23Z
- Added authors_from, abstract_from
v0.0.56 2013-04-24T05:23:14Z
- Use cpanm instead of CPAN::Meta::Check. Closed #12
(Suggested by miyagawa++)
- Fixed Double-encoded author name in META.json Closed #44
https://github.com/tokuhirom/Minilla/issues/44
(Reported by ilmali++)
v0.0.55 2013-04-24T03:09:28Z
- Save mode when copying files to working directory.
(tokuhirom)
v0.0.54 2013-04-22T23:27:19Z
[INCOMPATIBLE CHANGES]
- Enable xt/spelling.t by ~/spellunker.en, instead of ~/.aspell.en.pws
[FEATURE ENHANCEMENTS]
- Better zsh completion
(Syohei YOSHIDA, Yuji Shimada)
- Better spelling checking with Spellunker.
(tokuhirom)
- Better version number incrementation with Version::Next
(tokuhirom)
- Disabled ACTION_distmeta and ACTION_installdeps in Build.PL
(tokuhirom)
- Added new configuration parameter: readme_from
(tokuhirom)
- Support 'share/' directiory(Distribution share directiory only)
(tokuhirom)
- Remove dupilicate entry in manifest file
(Masayuki Matsuki)
- force add LICENSE in migration
(xaicron)
- add MYMETA.* and <% $dist %>-* to default .gitignore
(gfx)
v0.0.53 2013-04-09T05:57:07Z
- Exclude extlib/ directory from tar ball.
(Reported by kazeburo++)
v0.0.52 2013-04-08T03:11:44Z
- Tiny tweaks for CPAN testers.
(tokuhirom)
v0.0.51 2013-04-07T04:09:37Z
- Remove M::I related files while migration.
(tokuhirom)
- Added '=encoding utf-8' in skelton
(tokuhirom)
- Do not run test cases without git command.
(tokuhirom)
v0.0.50 2013-04-04T06:03:31Z
- first release on CPAN!
0.0.1 2013-03-18T19:11:49
- original version