This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.91
in repository libcatmandu-perl.

commit c9249f480e863075868894db5dcb54788c4c6ca8
Author: Patrick Hochstenbach <patrick.hochstenb...@ugent.be>
Date:   Thu May 15 16:45:08 2014 +0200

    Removed not needed rejet line
---
 Build.PL                 |   4 --
 META.json                | 126 -----------------------------------------------
 lib/Catmandu/Fix/Bind.pm |   1 -
 3 files changed, 131 deletions(-)

diff --git a/Build.PL b/Build.PL
deleted file mode 100644
index da886e1..0000000
--- a/Build.PL
+++ /dev/null
@@ -1,4 +0,0 @@
-# This Build.PL for Catmandu was generated by 
Dist::Zilla::Plugin::ModuleBuildTiny 0.006.
-use v5.10.1;
-use Module::Build::Tiny 0.030;
-Build_PL();
diff --git a/META.json b/META.json
deleted file mode 100644
index 6a15619..0000000
--- a/META.json
+++ /dev/null
@@ -1,126 +0,0 @@
-{
-   "abstract" : "a data toolkit",
-   "author" : [
-      "Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>"
-   ],
-   "dynamic_config" : 0,
-   "generated_by" : "Dist::Milla version v1.0.4, Dist::Zilla version 5.013, 
CPAN::Meta::Converter version 2.133380",
-   "license" : [
-      "perl_5"
-   ],
-   "meta-spec" : {
-      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
-   },
-   "name" : "Catmandu",
-   "no_index" : {
-      "directory" : [
-         "t",
-         "xt",
-         "inc",
-         "share",
-         "eg",
-         "examples"
-      ]
-   },
-   "optional_features" : {
-      "tidy" : {
-         "description" : "Support pretty printing compiled fix code",
-         "prereqs" : {
-            "runtime" : {
-               "requires" : {
-                  "Perl::Tidy" : "0"
-               }
-            }
-         }
-      }
-   },
-   "prereqs" : {
-      "configure" : {
-         "requires" : {
-            "Module::Build::Tiny" : "0.035"
-         }
-      },
-      "develop" : {
-         "requires" : {
-            "Test::Pod" : "1.41"
-         }
-      },
-      "runtime" : {
-         "recommends" : {
-            "JSON::XS" : "2.3",
-            "YAML::XS" : "0.34"
-         },
-         "requires" : {
-            "App::Cmd" : "0.323",
-            "CGI::Expand" : "2.02",
-            "Clone" : "0.31",
-            "Config::Onion" : "1.004",
-            "Data::Compare" : "1.22",
-            "Data::UUID" : "1.217",
-            "Data::Util" : "0.59",
-            "IO::Handle::Util" : "0.01",
-            "JSON" : "2.51",
-            "List::MoreUtils" : "0.33",
-            "Marpa::R2" : "2.084000",
-            "Moo" : "1.000008",
-            "MooX::Log::Any" : "0",
-            "Sub::Exporter" : "0.982",
-            "Sub::Quote" : "0",
-            "Text::CSV" : "1.21",
-            "Throwable" : "0.200004",
-            "Time::HiRes" : "0",
-            "Try::Tiny::ByClass" : "0.01",
-            "YAML::Any" : "0.90",
-            "namespace::clean" : "0.24",
-            "perl" : "v5.10.1"
-         }
-      },
-      "test" : {
-         "requires" : {
-            "Log::Any::Adapter" : "0",
-            "Test::Deep" : "0",
-            "Test::Exception" : "0",
-            "Test::More" : "0"
-         }
-      }
-   },
-   "release_status" : "stable",
-   "resources" : {
-      "bugtracker" : {
-         "web" : "https://github.com/LibreCat/Catmandu/issues";
-      },
-      "homepage" : "https://github.com/LibreCat/Catmandu";,
-      "repository" : {
-         "type" : "git",
-         "url" : "https://github.com/LibreCat/Catmandu.git";,
-         "web" : "https://github.com/LibreCat/Catmandu";
-      }
-   },
-   "version" : "0.9",
-   "x_contributors" : [
-      "Christian Pietsch <chr.pietsch+git...@googlemail.com>",
-      "Dave Sherohman <dave.sheroh...@lub.lu.se>",
-      "Dave Sherohman <dave.sheroh...@ub.lu.se>",
-      "EC2 Default User <ec2-user@ip-10-113-18-155.ec2.internal>",
-      "EC2 Default User <ec2-user@ip-10-114-199-125.ec2.internal>",
-      "EC2 Default User <ec2-user@ip-10-194-230-16.ec2.internal>",
-      "EC2 Default User <ec2-user@ip-10-77-5-148.ec2.internal>",
-      "Jakob Voss <ja...@nichtich.de>",
-      "Jakob Voss <v...@gbv.de>",
-      "Nicolas <nicolas.steenl...@ugent.be>",
-      "Nicolas Franck <nicolas.fra...@ugent.be>",
-      "Nicolas Steenlant <nicolas.steenl...@gmail.com>",
-      "Nicolas Steenlant <nstee...@ca20c608.ugent.be>",
-      "Nicolas Steenlnat <nicolas.steenl...@ugent.be>",
-      "Patrick <phoch...@hal.lub.lu.se>",
-      "Patrick Hochstenbach <patrick.hochstenb...@ugent.be>",
-      "Patrick Hochstenbach <patrick.hochstenb...@ugent.be>",
-      "Snorri Briem <snorri.br...@lub.lu.se>",
-      "Snorri Briem <snorri.br...@ub.lu.se>",
-      "Vitali Peil <vitali.p...@uni-bielefeld.de>",
-      "phochste <phoch...@vmtemp4.ugent.be>",
-      "vpeil <vitali.p...@uni-bielefeld.de>"
-   ]
-}
-
diff --git a/lib/Catmandu/Fix/Bind.pm b/lib/Catmandu/Fix/Bind.pm
index c294a82..88213b3 100644
--- a/lib/Catmandu/Fix/Bind.pm
+++ b/lib/Catmandu/Fix/Bind.pm
@@ -49,7 +49,6 @@ sub emit_bind {
 
     my $bind_var = $fixer->capture($self);
     my $unit     = $fixer->generate_var;
-    my $reject   = $fixer->capture($fixer->_reject);
 
     $perl .= "my ${unit} = ${bind_var}->unit(${var});";
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatmandu-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to