Acme-Test-DROLSKY

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
modifying or distributing the Package, you accept this license. Do not
use, modify, or distribute the Package, if you do not accept this
license.
 
(11)  If your Modified Version has been derived from a Modified
Version made by someone other than you, you are nevertheless required
to ensure that your Modified Version complies with the requirements of
this license.
 
(12)  This license does not grant you the right to use any trademark,
service mark, tradename, or logo of the Copyright Holder.
 
(13)  This license includes the non-exclusive, worldwide,
free-of-charge patent license to make, have made, use, offer to sell,
sell, import and otherwise transfer the Package with respect to any
patent claims licensable by the Copyright Holder that are necessarily
infringed by the Package. If you institute patent litigation
(including a cross-claim or counterclaim) against any party alleging
that the Package constitutes direct or contributory patent
infringement, then this Artistic License to you shall terminate on the
date that such litigation is filed.

META.json  view on Meta::CPAN

580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
         "allow_dirty" : [
            "Build.PL",
            "CONTRIBUTING.md",
            "Changes",
            "LICENSE",
            "Makefile.PL",
            "README.md",
            "cpanfile"
         ],
         "allow_dirty_match" : [],
         "changelog" : "Changes"
      },
      "Dist::Zilla::Role::Git::Repo" : {
         "repo_root" : "."
      }
   },
   "name" : "@DROLSKY/Git::Check",
   "version" : "2.036"
},
{
   "class" : "Dist::Zilla::Plugin::Git::Commit",

META.json  view on Meta::CPAN

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
         "allow_dirty" : [
            "Build.PL",
            "CONTRIBUTING.md",
            "Changes",
            "LICENSE",
            "Makefile.PL",
            "README.md",
            "cpanfile"
         ],
         "allow_dirty_match" : [],
         "changelog" : "Changes"
      },
      "Dist::Zilla::Role::Git::Repo" : {
         "repo_root" : "."
      },
      "Dist::Zilla::Role::Git::StringFormatter" : {
         "time_zone" : "local"
      }
   },
   "name" : "@DROLSKY/commit generated files",
   "version" : "2.036"
},
{
   "class" : "Dist::Zilla::Plugin::Git::Tag",
   "config" : {
      "Dist::Zilla::Plugin::Git::Tag" : {
         "branch" : null,
         "changelog" : "Changes",
         "signed" : 0,
         "tag" : "v0.04",
         "tag_format" : "v%v",
         "tag_message" : "v%v"
      },
      "Dist::Zilla::Role::Git::Repo" : {
         "repo_root" : "."
      },
      "Dist::Zilla::Role::Git::StringFormatter" : {
         "time_zone" : "local"

META.json  view on Meta::CPAN

686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
      "commit_msg" : "Bump version after release"
   },
   "Dist::Zilla::Role::Git::DirtyFiles" : {
      "allow_dirty" : [
         "Changes",
         "dist.ini"
      ],
      "allow_dirty_match" : [
         "(?^:.+)"
      ],
      "changelog" : "Changes"
   },
   "Dist::Zilla::Role::Git::Repo" : {
      "repo_root" : "."
   },
   "Dist::Zilla::Role::Git::StringFormatter" : {
      "time_zone" : "local"
   }
},
"name" : "@DROLSKY/commit version bump",
"version" : "2.036"

META.yml  view on Meta::CPAN

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
    Dist::Zilla::Role::Git::DirtyFiles:
      allow_dirty:
        - Build.PL
        - CONTRIBUTING.md
        - Changes
        - LICENSE
        - Makefile.PL
        - README.md
        - cpanfile
      allow_dirty_match: []
      changelog: Changes
    Dist::Zilla::Role::Git::Repo:
      repo_root: .
  name: '@DROLSKY/Git::Check'
  version: '2.036'
-
  class: Dist::Zilla::Plugin::Git::Commit
  config:
    Dist::Zilla::Plugin::Git::Commit:
      add_files_in: []
      commit_msg: v%v%n%n%c
    Dist::Zilla::Role::Git::DirtyFiles:
      allow_dirty:
        - Build.PL
        - CONTRIBUTING.md
        - Changes
        - LICENSE
        - Makefile.PL
        - README.md
        - cpanfile
      allow_dirty_match: []
      changelog: Changes
    Dist::Zilla::Role::Git::Repo:
      repo_root: .
    Dist::Zilla::Role::Git::StringFormatter:
      time_zone: local
  name: '@DROLSKY/commit generated files'
  version: '2.036'
-
  class: Dist::Zilla::Plugin::Git::Tag
  config:
    Dist::Zilla::Plugin::Git::Tag:
      branch: ~
      changelog: Changes
      signed: 0
      tag: v0.04
      tag_format: v%v
      tag_message: v%v
    Dist::Zilla::Role::Git::Repo:
      repo_root: .
    Dist::Zilla::Role::Git::StringFormatter:
      time_zone: local
  name: '@DROLSKY/Git::Tag'
  version: '2.036'

META.yml  view on Meta::CPAN

490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
  config:
    Dist::Zilla::Plugin::Git::Commit:
      add_files_in: []
      commit_msg: 'Bump version after release'
    Dist::Zilla::Role::Git::DirtyFiles:
      allow_dirty:
        - Changes
        - dist.ini
      allow_dirty_match:
        - (?^:.+)
      changelog: Changes
    Dist::Zilla::Role::Git::Repo:
      repo_root: .
    Dist::Zilla::Role::Git::StringFormatter:
      time_zone: local
  name: '@DROLSKY/commit version bump'
  version: '2.036'
-
  class: Dist::Zilla::Plugin::Git::Push
  config:
    Dist::Zilla::Plugin::Git::Push:



( run in 0.377 second using v1.01-cache-2.11-cpan-26ccb49234f )