CPAN-Changes

 view release on metacpan or  search on metacpan

corpus/dists/DBIx-Class.parsed  view on Meta::CPAN

          "text" => "move load_optional_class from DBIx::Class::Componentised to Class::C3::Componentised, bump dependency"
        },
        {
          "line" => 1199,
          "raw" => "        - register_extra_source() now *really* fixed wrt subclassing\n",
          "style" => "-",
          "text" => "register_extra_source() now *really* fixed wrt subclassing"
        },
        {
          "line" => 1200,
          "raw" => "        - Added missing POD descriptions (RT#45195)\n",
          "style" => "-",
          "text" => "Added missing POD descriptions (RT#45195)"
        },
        {
          "line" => 1201,
          "raw" => "        - Fix insert() to not store_column() every present object column\n",
          "style" => "-",
          "text" => "Fix insert() to not store_column() every present object column"
        },
        {
          "line" => 1202,
          "raw" => "        - Multiple Makefile.PL fixes\n\n",
          "style" => "-",
          "text" => "Multiple Makefile.PL fixes"
        }
      ],
      "line" => 1194,
      "note" => "(UTC)",
      "raw" => "0.08101 2009-04-27 09:45:00 (UTC)\n",
      "raw_date" => "2009-04-27 09:45:00",
      "version" => "0.08101"
    },
    {
      "date" => "2009-04-19T11:39:35Z",
      "entries" => [
        {
          "line" => 1205,
          "raw" => "        - Todo out the register_extra_source test until after shipping\n\n",
          "style" => "-",
          "text" => "Todo out the register_extra_source test until after shipping"
        }
      ],
      "line" => 1204,
      "note" => "(UTC)",
      "raw" => "0.08100 2009-04-19 11:39:35 (UTC)\n",
      "raw_date" => "2009-04-19 11:39:35",
      "version" => "0.08100"
    },
    {
      "date" => "2009-03-30T00:00:00Z",
      "entries" => [
        {
          "line" => 1208,
          "raw" => "        - Fixed taint mode with load_namespaces\n",
          "style" => "-",
          "text" => "Fixed taint mode with load_namespaces"
        },
        {
          "line" => 1209,
          "raw" => "        - Putting IC::DateTime locale, timezone or floating_tz_ok attributes into\n          extra => {} has been deprecated. The new way is to put these things\n          directly into the columns definition\n",
          "style" => "-",
          "text" => "Putting IC::DateTime locale, timezone or floating_tz_ok attributes into extra => {} has been deprecated. The new way is to put these things directly into the columns definition"
        },
        {
          "line" => 1212,
          "raw" => "        - Switched MI code to MRO::Compat\n",
          "style" => "-",
          "text" => "Switched MI code to MRO::Compat"
        },
        {
          "line" => 1213,
          "raw" => "        - Document db-side default_value caveats\n",
          "style" => "-",
          "text" => "Document db-side default_value caveats"
        },
        {
          "line" => 1214,
          "raw" => "        - Search_like() now warns to indicate deprecation in 0.09.\n",
          "style" => "-",
          "text" => "Search_like() now warns to indicate deprecation in 0.09."
        },
        {
          "line" => 1215,
          "raw" => "        - TxnScopeGuard left experimental state\n\n",
          "style" => "-",
          "text" => "TxnScopeGuard left experimental state"
        }
      ],
      "line" => 1207,
      "note" => "(UTC)",
      "raw" => "0.08099_08 2009-03-30 00:00:00 (UTC)\n",
      "raw_date" => "2009-03-30 00:00:00",
      "version" => "0.08099_08"
    },
    {
      "date" => "2009-02-27T02:00:00Z",
      "entries" => [
        {
          "line" => 1218,
          "raw" => "        - multi-create using find_or_create rather than _related for post-insert\n",
          "style" => "-",
          "text" => "multi-create using find_or_create rather than _related for post-insert"
        },
        {
          "line" => 1219,
          "raw" => "        - fix get_inflated_columns to check has_column_loaded\n",
          "style" => "-",
          "text" => "fix get_inflated_columns to check has_column_loaded"
        },
        {
          "line" => 1220,
          "raw" => "        - Add DBIC_MULTICREATE_DEBUG env var (undocumented, quasi-internal)\n",
          "style" => "-",
          "text" => "Add DBIC_MULTICREATE_DEBUG env var (undocumented, quasi-internal)"
        },
        {
          "entries" => [
            {
              "line" => 1222,
              "raw" => "          - correctly propagate columns loaded during multi-insert of rels\n",
              "style" => "-",
              "text" => "correctly propagate columns loaded during multi-insert of rels"
            },
            {
              "line" => 1223,
              "raw" => "          - not try and insert things tagged on via new_related unless required\n",
              "style" => "-",
              "text" => "not try and insert things tagged on via new_related unless required"
            }
          ],
          "line" => 1221,
          "raw" => "        - Fix up multi-create to:\n",
          "style" => "-",
          "text" => "Fix up multi-create to:"
        },
        {
          "line" => 1224,
          "raw" => "        - Possible to set locale in IC::DateTime extra => {} config\n",
          "style" => "-",
          "text" => "Possible to set locale in IC::DateTime extra => {} config"
        },
        {
          "line" => 1225,
          "raw" => "        - Calling the accessor of a belongs_to when the foreign_key\n          was NULL and the row was not stored would unexpectedly fail\n",
          "style" => "-",
          "text" => "Calling the accessor of a belongs_to when the foreign_key was NULL and the row was not stored would unexpectedly fail"
        },
        {
          "line" => 1227,
          "raw" => "        - Split sql statements for deploy only if SQLT::Producer returned a scalar\n          containing all statements to be executed\n",
          "style" => "-",
          "text" => "Split sql statements for deploy only if SQLT::Producer returned a scalar containing all statements to be executed"
        },
        {
          "line" => 1229,
          "raw" => "        - Add as_query() for ResultSet and ResultSetColumn. This makes subqueries\n          possible. See the Cookbook for details.\n",
          "style" => "-",
          "text" => "Add as_query() for ResultSet and ResultSetColumn. This makes subqueries possible. See the Cookbook for details."
        },
        {
          "line" => 1231,
          "raw" => "        - Massive rewrite of Ordered to properly handle position constraints and\n          to make it more matpath-friendly\n",
          "style" => "-",
          "text" => "Massive rewrite of Ordered to properly handle position constraints and to make it more matpath-friendly"
        },
        {
          "line" => 1233,
          "raw" => "        - deploy_statements called ddl_filename with the \$version and \$dir arguments\n          in the wrong order.\n",
          "style" => "-",
          "text" => "deploy_statements called ddl_filename with the \$version and \$dir arguments in the wrong order."
        },
        {
          "line" => 1235,
          "raw" => "        - columns/+columns attributes now support { as => select } hahsrefs\n",
          "style" => "-",
          "text" => "columns/+columns attributes now support { as => select } hahsrefs"
        },
        {
          "line" => 1236,
          "raw" => "        - support for views both in DBIC and via deploy() in SQLT\n\n",
          "style" => "-",
          "text" => "support for views both in DBIC and via deploy() in SQLT"
        }
      ],
      "line" => 1217,
      "note" => "(UTC)",
      "raw" => "0.08099_07 2009-02-27 02:00:00 (UTC)\n",
      "raw_date" => "2009-02-27 02:00:00",
      "version" => "0.08099_07"
    },
    {
      "date" => "2009-01-23T07:30:00Z",
      "entries" => [
        {
          "line" => 1239,
          "raw" => "        - Allow a scalarref to be supplied to the 'from' resultset attribute\n",
          "style" => "-",
          "text" => "Allow a scalarref to be supplied to the 'from' resultset attribute"
        },
        {



( run in 0.629 second using v1.01-cache-2.11-cpan-5735350b133 )