[perl-Gtk3] dist.ini: moved MetaResources block up in the file



commit 4524590952ea221e9f7d98dded064109d3629042
Author: Brian Manning <bmanning src gnome org>
Date:   Sat Jan 25 12:12:03 2014 -0800

    dist.ini: moved MetaResources block up in the file
    
    - Moved the MetaResources block out of the "flow" of the grouping of
      blocks that help generate the release commit and push to Git

 dist.ini |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/dist.ini b/dist.ini
index fba9a5a..0546cd0 100644
--- a/dist.ini
+++ b/dist.ini
@@ -31,14 +31,6 @@ Test::Simple = 0.96 ; for the fix for is() and objects with overloading
 filename = NEWS
 format = Overview of changes in Gtk3 %v [%{yyyy-MM-dd}d]%n==============================================
 
-[Git::Check]
-changelog = NEWS
-[Git::Commit]
-changelog = NEWS
-commit_msg = Release v%v%n%n%c
-[Git::Tag]
-signed = 1
-[Git::Push]
 [MetaResources]
 homepage          = http://gtk2-perl.sourceforge.net
 bugtracker.web    = http://rt.cpan.org/Public/Dist/Display.html?Name=Gtk3
@@ -47,6 +39,14 @@ repository.url    = git://git.gnome.org/perl-Gtk3
 repository.web    = http://git.gnome.org/browse/perl-Gtk3
 repository.type   = git
 
+[Git::Check]
+changelog = NEWS
+[Git::Commit]
+changelog = NEWS
+commit_msg = Release v%v%n%n%c
+[Git::Tag]
+signed = 1
+[Git::Push]
 [TestRelease]
 [ConfirmRelease]
 [UploadToCPAN]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]